static func seconds(Int) -> OperationQueue.SchedulerTimeType.Stride
Converts the specified number of seconds into an instance of this scheduler time type.
指定された秒数をこのスケジューラ時間型のインスタンスへと変換します。
static func seconds(Double) -> OperationQueue.SchedulerTimeType.Stride
Converts the specified number of seconds, as a floating-point value, into an instance of this scheduler time type.
指定された秒数を、浮動小数点値として、このスケジューラ時間型のインスタンスへと変換します。
static func milliseconds(Int) -> OperationQueue.SchedulerTimeType.Stride
Converts the specified number of milliseconds into an instance of this scheduler time type.
指定されたミリ秒数をこのスケジューラ時間型のインスタンスへと変換します。
static func microseconds(Int) -> OperationQueue.SchedulerTimeType.Stride
Converts the specified number of microseconds into an instance of this scheduler time type.
指定されたマイクロ秒数をこのスケジューラ時間型のインスタンスへと変換します。
static func nanoseconds(Int) -> OperationQueue.SchedulerTimeType.Stride
Converts the specified number of nanoseconds into an instance of this scheduler time type.
指定されたナノ秒数をこのスケジューラ時間型のインスタンスへと変換します。
static var zero: OperationQueue.SchedulerTimeType.Stride
The zero value.
ゼロ値。
init?<T>(exactly: T)
Creates a stride using the specified integer, if it can be represented exactly.
init(floatLiteral : TimeInterval)
Creates a stride using the specified floating-point value.
init(integerLiteral : TimeInterval)
Creates a stride using the specified integer value.
typealias OperationQueue.SchedulerTimeType.Stride.FloatLiteralType
A type that represents a floating-point literal.
typealias OperationQueue.SchedulerTimeType.Stride.IntegerLiteralType
A type that represents an integer literal.