Instance Method インスタンスメソッド

roundingMode()

Returns the way that NSDecimalNumber's decimalNumberBy... methods round their return values. NSDecimalNumberの持つそれらdecimalNumberBy...メソッドがそれらの戻り値を丸める方法を返します。

Declaration 宣言

func roundingMode() -> NSDecimalNumber.RoundingMode

Return Value 戻り値

Returns the current rounding mode. See NSDecimalNumber.RoundingMode for possible values. 現在の丸めモードを返します。NSDecimalNumber.RoundingModeを可能な値のために見てください。

See Also 参照

Rounding 丸め

Related Documentation 関連文書