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