explicit operator double
This method returns the double representation of the OracleDecimal value.
Declaration
// C#
public static explicit operator double(OracleDecimal val);Parameters
-
valAn
OracleDecimalstructure.
Return Value
A double.
Exceptions
OracleNullValueException - The OracleDecimal has a null value.
OverFlowException - The double cannot represent the supplied OracleDecimal structure.