NullableTypes Class Library | |
NullableDecimal Constructor (UInt64)
Initializes a new instance of the NullableDecimal structure
using the of the specified 64-bit unsigned integer.
[Visual Basic]<CLSCompliant(IsCompliant="False")>
Overloads Public Sub New( _
ByVal
value As
UInt64 _
)
[C#][CLSCompliant(IsCompliant="False")]
public NullableDecimal(
ulong value);
Parameters
- value
-
A 64-bit unsigned integer value to be stored in the Value
property of the new NullableDecimal structure.
See Also
NullableDecimal Class | NullableTypes Namespace | NullableDecimal Constructor Overload List