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

decimalValue

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

Declaration 宣言

var decimalValue: Decimal { get }

Discussion 議論

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

See Also 参照

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