The value to calculate the distance to. それへの隔たりを計算される値。
Instance Method
インスタンスメソッド
distance(to:)
Returns the distance from this value to the given value, expressed as a stride.
この値から特定の値までの隔たりを返します、ストライドとして表されます。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
Parameters パラメータ
other
Return Value 戻り値
The distance from this value to other
.
この値からother
までの隔たり。
Discussion 解説
For two values x
and y
, and a distance n = x
, x
.
2つの値x
とy
、そして隔たりn = x
に対して、x
。