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).
A C string containing the Objective-C type for the data contained in the decimal number object.
var objCType: UnsafePointer<CChar> { get }For a decimal number object, this property always contains “d” (for double).