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

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

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

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

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

Метод Описание
CPTNumericDataType ( CPTDataTypeFormat dataTypeFormat, uint sampleBytes, int byteOrder ) : System.Runtime.InteropServices

Initializes a new instance of the CPNumericDataType struct.

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

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

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

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

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

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

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

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

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

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