The integer to convert to a floating-point value. 浮動小数点値へ変換されることになる整数。
Generic Initializer
init(_:)
Creates a new value, rounded to the closest possible representation.
新しい値を作成します、最も近い可能な表現へ丸められます。
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<Source>(_ value: Source) where Source : BinaryInteger
Parameters パラメータ
value
Discussion 解説
If two representable values are equally close, the result is the value with more trailing zeros in its significand bit pattern. 2つの表現可能な値が同等であるくらい近いならば、結果はその仮数ビットパターンにおいてより多く後ろに続くゼロを持つ値です。
Note 注意
This documentation comment was inherited from Floating
.
この文書化コメントは、Floating
から引き継がれました。