Initializer

init(intValue:)

Creates a new instance from the specified integer. 指定された整数から新しいインスタンスを作成します。

Declaration 宣言

init?(intValue: Int)

Parameters パラメータ

intValue

The integer value of the desired key. 望むキーの整数値。

Discussion 解説

If the value passed as intValue does not correspond to any instance of this type, the result is nil. intValueとして渡される値がこの型の何らかのインスタンスと一致しないならば、結果はnilです。