Create a new 64-bit unsigned integer given data.
Namespace: org.opendof.core.oal.value
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFUInt64( ulong data )
Parameters
- data
- Type: SystemUInt64
The data to encapsulate. Must not be null. If data is not an unsigned 64-bit integer then an IllegalArgumentException is thrown.
Remarks
See Also