C# 클래스 Monobjc.CorePlot.CPTNumericDataType

파일 보기 프로젝트 열기: Monobjc/monobjc

공개 프로퍼티들

프로퍼티 타입 설명
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