C# Class Monobjc.CorePlot.CPTNumericDataType64

Mostra file Open project: Monobjc/monobjc

Public Properties

Property Type Description
byteOrder long
dataTypeFormat CPTDataTypeFormat
sampleBytes ulong

Public Methods

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

Initializes a new instance of the CPTNumericDataType64 struct.

Method Details

CPTNumericDataType64() public method

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.
return System.Runtime.InteropServices

Property Details

byteOrder public_oe property

Byte order
public long byteOrder
return long

dataTypeFormat public_oe property

Data type format
public CPTDataTypeFormat dataTypeFormat
return CPTDataTypeFormat

sampleBytes public_oe property

Number of bytes in each sample
public ulong sampleBytes
return ulong