ToDouble
This method returns the double
representation of the current instance.
Declaration
// C# public double ToDouble();
Return Value
A double
.
Exceptions
OverFlowException
- The double
cannot represent the current instance.
OracleNullValueException
- The current instance has a null value.