Contents

objCType

A C string containing the Objective-C type for the data contained in the decimal number object.

Declaration

var objCType: UnsafePointer<CChar> { get }

Discussion

For a decimal number object, this property always contains “d” (for double).

See Also

Accessing the Value