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 宣言

var objCType: UnsafePointer<CChar> { get }

Discussion 議論

For a decimal number object, this property always contains “d” (for double). 10進数オブジェクトに対して、このプロパティは常に(doubleの) “d” を含みます。

See Also 参照

Accessing the Value 値にアクセスする