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
。
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Infrequently Used Functionality 滅多に使われない機能性
init()
Creates a new value equal to zero.
ゼロに等しい新しい値を作成します。
init(integerLiteral : Int)
Creates an instance initialized to the specified integer value.
指定された整数値に初期化されるインスタンスを作成します。
typealias Int.IntegerLiteralType
A type that represents an integer literal.
ある整数リテラルを表す型。
func advanced(by: Int) -> Int
Returns a value that is offset the specified distance from this value.
指定の隔たりをこの値からオフセットされたある値を返します。
typealias Int.Stride
A type that represents the distance between two values.
2つの値の間の隔たりを表す型。
var hashValue : Int
The hash value.
ハッシュ値。