Initializes a new instance of the CPNumericDataType struct.

C# | Visual Basic | Visual C++ |
public CPNumericDataType( CPDataTypeFormat dataTypeFormat, uint sampleBytes, int byteOrder )
Public Sub New ( _ dataTypeFormat As CPDataTypeFormat, _ sampleBytes As UInteger, _ byteOrder As Integer _ )
public: CPNumericDataType( CPDataTypeFormat dataTypeFormat, unsigned int sampleBytes, int byteOrder )

- dataTypeFormat (CPDataTypeFormat)
- The data type format.
- sampleBytes (UInt32)
- The sample bytes.
- byteOrder (Int32)
- The byte order.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)