UINTDataElement Constructor (UInt64)
constructs new data element from 64 bit unsigned integer
[Visual Basic]
Overloads Public Sub New( _
ByVal
Value As
UInt64 _
)
[C#]
public UINTDataElement(
ulong Value);
Parameters
-
Value
- the value to set
See Also
UINTDataElement Class | BlueLibs.SDP Namespace | UINTDataElement Constructor Overload List