C# Class Monobjc.CorePlot.CPTNumericDataType

Afficher le fichier Open project: Monobjc/monobjc

Méthodes publiques

Свойство Type Description
byteOrder int
dataTypeFormat CPTDataTypeFormat
sampleBytes uint

Méthodes publiques

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

Initializes a new instance of the CPNumericDataType struct.

Method Details

CPTNumericDataType() public méthode

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.
Résultat System.Runtime.InteropServices

Property Details

byteOrder public_oe property

Byte order
public int byteOrder
Résultat int

dataTypeFormat public_oe property

Data type format
public CPTDataTypeFormat dataTypeFormat
Résultat CPTDataTypeFormat

sampleBytes public_oe property

Number of bytes in each sample
public uint sampleBytes
Résultat uint