C# Class Monobjc.CorePlot.CPTNumericDataType64

Afficher le fichier Open project: Monobjc/monobjc

Méthodes publiques

Свойство Type Description
byteOrder long
dataTypeFormat CPTDataTypeFormat
sampleBytes ulong

Méthodes publiques

Méthode Description
CPTNumericDataType64 ( CPTDataTypeFormat dataTypeFormat, ulong sampleBytes, long byteOrder ) : System.Runtime.InteropServices

Initializes a new instance of the CPTNumericDataType64 struct.

Method Details

CPTNumericDataType64() public méthode

Initializes a new instance of the CPTNumericDataType64 struct.
public CPTNumericDataType64 ( CPTDataTypeFormat dataTypeFormat, ulong sampleBytes, long byteOrder ) : System.Runtime.InteropServices
dataTypeFormat CPTDataTypeFormat The data type format.
sampleBytes ulong The sample bytes.
byteOrder long The byte order.
Résultat System.Runtime.InteropServices

Property Details

byteOrder public_oe property

Byte order
public long byteOrder
Résultat long

dataTypeFormat public_oe property

Data type format
public CPTDataTypeFormat dataTypeFormat
Résultat CPTDataTypeFormat

sampleBytes public_oe property

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