Enumeration of data formats for numeric data.

C# | Visual Basic | Visual C++ |
public enum CPDataTypeFormat
Public Enumeration CPDataTypeFormat
public enum class CPDataTypeFormat

Member | Description |
---|---|
CPUndefinedDataType | Undefined. |
CPIntegerDataType | Integer. |
CPUnsignedIntegerDataType | Unsigned integer. |
CPFloatingPointDataType | Floating point. |
CPComplexFloatingPointDataType | Complex floating point. |
CPDecimalDataType | NSDecimal. |

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)