NullableTypes Class Library | |
NullableDecimal Constructor (Int64)
Initializes a new instance of the NullableDecimal structure
using the of the specified 64-bit signed integer.
[Visual Basic]Overloads Public Sub New( _
ByVal
value As
Long _
)
[C#]public NullableDecimal(
long value);
Parameters
- value
-
A 64-bit signed integer value to be stored in the Value
property of the new NullableDecimal structure.
See Also
NullableDecimal Class | NullableTypes Namespace | NullableDecimal Constructor Overload List