The integer encoding of a Float16
instance.
あるFloat16
インスタンスの整数符号化。
Initializerinit(bit
init(bitPattern:)
Creates a new value with the given bit pattern.
与えられたビットパターンから新しい値を作成します。
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(bitPattern: UInt16
)
Parameters パラメータ
bitPattern
Discussion 解説
The value passed as bit
is interpreted in the binary interchange format defined by the IEEE 754 specification.
bit
として渡される値は、IEEE 754仕様で定義されるバイナリ交換フォーマットにおいて解釈されます。