static let leastFiniteMagnitude : Decimal
The decimal that contains the smallest possible non-infinite magnitude for the underlying representation.
基底表現に対する最も小さい可能な非無限大の規模を含む10進数。
static let leastNonzeroMagnitude : Decimal
The decimal value that represents the smallest possible non-zero value for the underlying representation.
基底表現に対する最も小さい可能な非ゼロの値を含む10進数。
static let leastNormalMagnitude : Decimal
The decimal value that represents the smallest possible normal magnitude for the underlying representation.
基底表現に対する最も小さい可能な正規化数の規模を含む10進数。
static let pi: Decimal
The mathematical constant pi.
数学の定数pi。
static var nan: Decimal
The value that represents "not a number."
"非数" を表す値。
static var quietNaN : Decimal
A quiet representation of not-a-number.
非数のクワイエット表現。
static var radix: Int
The radix used by decimal numbers.
10進数によって使われる基数。
var NSDecimalNoScale : Int32
Specifies that the number of digits allowed after the decimal separator in a decimal number should not be limited.
10進数の中の小数分離子の後に許される桁数が制限されるべきであるのを指定します。