C# Class Monobjc.CorePlot.CPTNumericDataType

Show file Open project: Monobjc/monobjc

Public Properties

Property Type Description
byteOrder int
dataTypeFormat CPTDataTypeFormat
sampleBytes uint

Public Methods

Method Description
CPTNumericDataType ( CPTDataTypeFormat dataTypeFormat, uint sampleBytes, int byteOrder ) : System.Runtime.InteropServices

Initializes a new instance of the CPNumericDataType struct.

Method Details

CPTNumericDataType() public method

Initializes a new instance of the CPNumericDataType struct.
public CPTNumericDataType ( CPTDataTypeFormat dataTypeFormat, uint sampleBytes, int byteOrder ) : System.Runtime.InteropServices
dataTypeFormat CPTDataTypeFormat The data type format.
sampleBytes uint The sample bytes.
byteOrder int The byte order.
return System.Runtime.InteropServices

Property Details

byteOrder public property

Byte order
public int byteOrder
return int

dataTypeFormat public property

Data type format
public CPTDataTypeFormat dataTypeFormat
return CPTDataTypeFormat

sampleBytes public property

Number of bytes in each sample
public uint sampleBytes
return uint