Property | Type | Description | |
---|---|---|---|
byteOrder | long | ||
dataTypeFormat | CPTDataTypeFormat | ||
sampleBytes | ulong |
Method | Description | |
---|---|---|
CPTNumericDataType64 ( CPTDataTypeFormat dataTypeFormat, ulong sampleBytes, long byteOrder ) : System.Runtime.InteropServices |
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 |