C# Класс Monobjc.CorePlot.CPTNumericDataType64

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
byteOrder long
dataTypeFormat CPTDataTypeFormat
sampleBytes ulong

Открытые методы

Метод Описание
CPTNumericDataType64 ( CPTDataTypeFormat dataTypeFormat, ulong sampleBytes, long byteOrder ) : System.Runtime.InteropServices

Initializes a new instance of the CPTNumericDataType64 struct.

Описание методов

CPTNumericDataType64() публичный Метод

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.
Результат System.Runtime.InteropServices

Описание свойств

byteOrder публичное свойство

Byte order
public long byteOrder
Результат long

dataTypeFormat публичное свойство

Data type format
public CPTDataTypeFormat dataTypeFormat
Результат CPTDataTypeFormat

sampleBytes публичное свойство

Number of bytes in each sample
public ulong sampleBytes
Результат ulong