Initializer

init(bitPattern:)

Creates a new value with the given bit pattern. 与えられたビットパターンから新しい値を作成します。

Declaration 宣言

init(bitPattern: UInt16)

Parameters パラメータ

bitPattern

The integer encoding of a Float16 instance. あるFloat16インスタンスの整数符号化。

Discussion 解説

The value passed as bitPattern is interpreted in the binary interchange format defined by the IEEE 754 specification. bitPatternとして渡される値は、IEEE 754仕様で定義されるバイナリ交換フォーマットにおいて解釈されます。