NullableTypes Class Library

NullableDecimal Constructor (Int32)

Initializes a new instance of the NullableDecimal structure using the supplied integer value.

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

Parameters

value
An integer value to be stored in the Value property of the new NullableDecimal structure.

See Also

NullableDecimal Class | NullableTypes Namespace | NullableDecimal Constructor Overload List