The integer value of the desired key. 望むキーの整数値。
Initializerinit(int
init(intValue:)
Creates a new instance from the specified integer.
指定された整数から新しいインスタンスを作成します。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 9.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
init?(intValue: Int
)
Parameters パラメータ
intValue
Discussion 解説
If the value passed as int
does not correspond to any instance of this type, the result is nil
.
int
として渡される値がこの型の何らかのインスタンスと一致しないならば、結果はnil
です。