Another run loop time. 別の実行ループ時間。
Instance Method
インスタンスメソッド
distance(to:)
Returns the distance to another run loop scheduler time.
別の実行ループスケジューラ時間までの隔たりを返します。
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 11.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
func distance(to other: RunLoop
.SchedulerTimeType
) -> RunLoop
.SchedulerTimeType
.Stride
Parameters パラメータ
other
Return Value 戻り値
The time interval between this time and the provided time. この時間と提供された時間の間の時間間隔。
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Working with Scheduler Time Intervals スケジューラ時間間隔を扱う
struct RunLoop.SchedulerTimeType.Stride
The interval by which run loop times advance.
この間隔だけ実行ルーブ時間が進みます。
func advanced(by: RunLoop.SchedulerTimeType.Stride) -> RunLoop.SchedulerTimeType
Returns a run loop scheduler time calculated by advancing this instance’s time by the given interval.
このインスタンスのもつ時間をその与えられた間隔だけ進めることによって計算される実行ループスケジューラ時間を返します。