Enumeration of numeric types.

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

Member | Description |
---|---|
CPNumericTypeInteger | Integer. |
CPNumericTypeFloat | Float. |
CPNumericTypeDouble | Double. |

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