Instance Property
インスタンスプロパティ
objCType
A C string containing the Objective-C type for the data contained in the decimal number object.
10進数オブジェクトの中に含まれるデータに対するObjective-C型を含んでいるC文字列。
Declaration
宣言
@property(readonly) const char *objCType;
Discussion
議論
For a decimal number object, this property always contains “d” (for double).
10進数オブジェクトに対して、このプロパティは常に(doubleの) “d” を含みます。
See Also
参照
Accessing the Value
値にアクセスする
doubleValue
The decimal number’s closest approximate double
value.
その10進数の最も近いおおよそのdouble
値。
- descriptionWithLocale:
Returns a string representation of the decimal number appropriate for the specified locale.
指定されたロケールに適切な10進数の文字列表現を返します。