The corresponding value of the raw type. この生の型の対応している値。
Initializerinit(raw
init(rawValue:)
Creates a new instance with the specified raw value.
指定された生の値を持つ新しいインスタンスを作成します。
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
init?(rawValue: Int
)
Parameters パラメータ
rawValue
Discussion 議論
If there is no value of the type that corresponds with the specified raw value, this initializer returns nil
.
指定された生の値に対応する型の値が1つもないならば、このイニシャライザはnil
を返します。