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

roundingMode

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

Declaration 宣言

- (NSRoundingMode)roundingMode;

Return Value 戻り値

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

See Also 参照

Rounding 丸め

Related Documentation 関連文書