Instance Method インスタンスメソッド

distance(to:)

Returns the distance from this value to the given value, expressed as a stride. この値から特定の値までの隔たりを返します、ストライドとして表されます。

Declaration 宣言

func distance(to other: Int16) -> Int

Parameters パラメータ

other

The value to calculate the distance to. それへの隔たりを計算される値。

Return Value 戻り値

The distance from this value to other. この値からotherまでの隔たり。

Discussion 解説

For two values x and y, and a distance n = x.distance(to: y), x.advanced(by: n) == y. 2つの値xy、そして隔たりn = x.distance(to: y)に対して、x.advanced(by: n) == y