C# Class Monobjc.CorePlot.CPTNumericDataType

Mostrar archivo 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_oe property

Byte order
public int byteOrder
return int

dataTypeFormat public_oe property

Data type format
public CPTDataTypeFormat dataTypeFormat
return CPTDataTypeFormat

sampleBytes public_oe property

Number of bytes in each sample
public uint sampleBytes
return uint