NullableTypes Class Library

NullableDecimal Constructor (Decimal)

Initializes a new instance of the NullableDecimal structure using the specified decimal value.

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As Decimal _
)
[C#]
public NullableDecimal(
   decimal value
);

Parameters

value
A decimal value to be stored in the Value property of the new NullableDecimal structure.

See Also

NullableDecimal Class | NullableTypes Namespace | NullableDecimal Constructor Overload List