MonobjcMonobjc Documented Class Library
CPDataTypeFormat Enumeration
NamespacesMonobjc.CorePlotCPDataTypeFormat

Enumeration of data formats for numeric data.

Declaration Syntax
C#Visual BasicVisual C++
public enum CPDataTypeFormat
Public Enumeration CPDataTypeFormat
public enum class CPDataTypeFormat
Members
MemberDescription
CPUndefinedDataType

Undefined.


CPIntegerDataType

Integer.


CPUnsignedIntegerDataType

Unsigned integer.


CPFloatingPointDataType

Floating point.


CPComplexFloatingPointDataType

Complex floating point.


CPDecimalDataType

NSDecimal.


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

Assembly: Monobjc.CorePlot (Module: Monobjc.CorePlot)