func scale() -> Int16
Returns the number of digits allowed after the decimal separator.
小数分離子の後に許可される桁数を返します。
NSDecimalNumber
's decimalNumberBy...
methods round their return values.
NSDecimalNumber
の持つそれらdecimalNumberBy...
メソッドがそれらの戻り値を丸める方法を返します。
Availability 有効性
Technology
func roundingMode() -> NSDecimalNumber
.RoundingMode
Returns the current rounding mode. See NSDecimal
for possible values.
現在の丸めモードを返します。NSDecimal
を可能な値のために見てください。
func scale() -> Int16