Instance Property インスタンスプロパティ

decimalValue

The number object's value expressed as an NSDecimal structure. 数オブジェクトのもつ値、NSDecimal構造体として表されます。

Declaration 宣言

@property(readonly) NSDecimal decimalValue;

Discussion 議論

The NSDecimal value isn’t guaranteed to be exact for float and double values. NSDecimal値は、floatdouble値に対して正確であることを保証されません。

See Also 参照

Accessing Numeric Values 数値にアクセスする