Initializer

init(bitPattern:)

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

Declaration 宣言

init(bitPattern: UInt32)

Parameters パラメータ

bitPattern

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

Discussion 解説

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

See Also 参照

Working with Binary Representation バイナリ表現を扱う