init?<T>(exactly: T)
Creates a new decimal value exactly representing the provided integer.
提供された整数を正確に表している新しい10進値を作成します。
init(Int)
Creates and initializes a decimal with the provided integer value.
提供された整数値で10進数を作成して初期化します。
init(Int8)
Creates and initializes a decimal with the provided integer value.
提供された整数値で10進数を作成して初期化します。
init(Int16)
Creates and initializes a decimal with the provided integer value.
提供された整数値で10進数を作成して初期化します。
init(Int32)
Creates and initializes a decimal with the provided integer value.
提供された整数値で10進数を作成して初期化します。
init(integerLiteral : Int)
Creates and initializes a decimal with the provided integer value.
提供された整数値で10進数を作成して初期化します。