Initializer

init(_:)

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

Declaration 宣言

init(_ value: UInt)

See Also 参照

Creating a Decimal from an Unsigned Integer 符号なし整数から10進数を作成する