Generic Initializer

init(exactly:)

Creates a run loop scheduler time interval from a binary integer type. 実行ループスケジューラ時間間隔をバイナリ整数型から作成します。

Declaration 宣言

init?<T>(exactly source: T) where T : BinaryInteger

Discussion 議論

If exactly can’t convert to an Int, the resulting time interval is nil. exactlyIntへと変換できないならば、結果の時間間隔はnilです。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Creating Scheduler Time Strides スケジューラ時間ストライドを作成する