The value to create. 作成されることになる値。
Initializerinit(float
init(floatLiteral:)
Creates an instance initialized to the specified floating-point 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(floatLiteral value: Float16
)
Parameters パラメータ
value
Discussion 解説
Do not call this initializer directly. Instead, initialize a variable or constant using a floating-point literal. For example: このイニシャライザを直接に呼ばないでください。代わりに、浮動小数点リテラルを使って変数や定数を初期化してください。例えば:
In this example, the assignment to the x
constant calls this floating-point literal initializer behind the scenes.
この例において、x
定数への代入は、この浮動小数点リテラルイニシャライザを舞台裏で呼びます。
Note 注意
This documentation comment was inherited from Expressible
.
この文書化コメントは、Expressible
から引き継がれました。