Initializer

init(_exponent:_length:_isNegative:_isCompact:_reserved:_mantissa:)

Creates a decimal initialized according to the provided characteristics. 提供された特徴に従って初期化される10進数を作製します。

Declaration 宣言

init(_exponent: Int32, _length: UInt32, _isNegative: UInt32, _isCompact: UInt32, _reserved: UInt32, _mantissa: (UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16))

See Also 参照

Creating a Decimal from Components いくつかの構成要素からDecimalを作製する