Type Method
型メソッド
microseconds(_:)
Converts the specified number of microseconds into an instance of this scheduler time type.
指定されたマイクロ秒数をこのスケジューラ時間型のインスタンスへと変換します。
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 宣言
static func microseconds(_ us: Int
) -> RunLoop
.SchedulerTimeType
.Stride
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Converting to Seconds 秒数に変換する
static func milliseconds(Int) -> RunLoop.SchedulerTimeType.Stride
Converts the specified number of milliseconds into an instance of this scheduler time type.
指定されたミリ秒数をこのスケジューラ時間型のインスタンスへと変換します。
static func nanoseconds(Int) -> RunLoop.SchedulerTimeType.Stride
Converts the specified number of nanoseconds into an instance of this scheduler time type.
指定されたナノ秒数をこのスケジューラ時間型のインスタンスへと変換します。
static func seconds(Double) -> RunLoop.SchedulerTimeType.Stride
Converts the specified number of seconds, as a floating-point value, into an instance of this scheduler time type.
指定された秒数を、浮動小数点値として、このスケジューラ時間型のインスタンスへと変換します。
static func seconds(Int) -> RunLoop.SchedulerTimeType.Stride
Converts the specified number of seconds into an instance of this scheduler time type.
指定された秒数をこのスケジューラ時間型のインスタンスへと変換します。