UniDecimal Constructor(Double)
In This Topic
Initializes a new instance of the
UniDecimal structure with the specified
System.Double value.
Syntax
'Declaration
Public Function New( _
ByVal As Double _
)
public UniDecimal(
double
)
Parameters
- value
- The System.Double value to be stored as an UniDecimal.
See Also