MonobjcMonobjc Documented Class Library
CPNumericDataType Constructor (dataTypeFormat, sampleBytes, byteOrder)
NamespacesMonobjc.CorePlotCPNumericDataTypeCPNumericDataType(CPDataTypeFormat, UInt32, Int32)
Initializes a new instance of the CPNumericDataType struct.
Declaration Syntax
C#Visual BasicVisual C++
public CPNumericDataType(
	CPDataTypeFormat dataTypeFormat,
	uint sampleBytes,
	int byteOrder
)
Public Sub New ( _
	dataTypeFormat As CPDataTypeFormat, _
	sampleBytes As UInteger, _
	byteOrder As Integer _
)
public:
CPNumericDataType(
	CPDataTypeFormat dataTypeFormat, 
	unsigned int sampleBytes, 
	int byteOrder
)
Parameters
dataTypeFormat (CPDataTypeFormat)
The data type format.
sampleBytes (UInt32)
The sample bytes.
byteOrder (Int32)
The byte order.
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)