Initializes a new instance of the CPNumericDataType64 struct.

C# | Visual Basic | Visual C++ |
public CPNumericDataType64( CPDataTypeFormat dataTypeFormat, ulong sampleBytes, long byteOrder )
Public Sub New ( _ dataTypeFormat As CPDataTypeFormat, _ sampleBytes As ULong, _ byteOrder As Long _ )
public: CPNumericDataType64( CPDataTypeFormat dataTypeFormat, unsigned long long sampleBytes, long long byteOrder )

- dataTypeFormat (CPDataTypeFormat)
- The data type format.
- sampleBytes (UInt64)
- The sample bytes.
- byteOrder (Int64)
- 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)