C# 클래스 Monobjc.CorePlot.CPTNumericDataType64

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

공개 프로퍼티들

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