Property | Type | Description | |
---|---|---|---|
byteOrder | int | ||
dataTypeFormat | CPTDataTypeFormat | ||
sampleBytes | uint |
Method | Description | |
---|---|---|
CPTNumericDataType ( CPTDataTypeFormat dataTypeFormat, uint sampleBytes, int byteOrder ) : System.Runtime.InteropServices |
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. |
return | System.Runtime.InteropServices |