The value to use for the new instance. 新しいインスタンスのために使う値。
Initializer
init(_:)
Creates a new instance initialized to the given value.
与えられた値に初期化される新しいインスタンスを作成します。
Availability
- iOS 14.0+
- iPadOS 14.0+
- macOS 11.0+
- Mac Catalyst 14.5+
- tvOS 14.0+
- watchOS 7.0+
- Xcode 12.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
init(_ other: Float16
)
Parameters パラメータ
other
Discussion 解説
The value of other
is represented exactly by the new instance. A NaN passed as other
results in another NaN, with a signaling NaN value converted to quiet NaN.
other
の値は、新しいインスタンスによって正確に表されます。other
として渡されるNaNは、シグナルNaN値はクワイエットNaNに変換されて、別のNaNという結果になります。