Initializer

init(integerLiteral:)

Creates and initializes a decimal with the provided integer value. 提供された整数値で10進数を作成して初期化します。

Declaration 宣言

init(integerLiteral value: Int)

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Creating a Decimal from an Integer 整数から10進数を作成する