explicit operator OracleDecimal(double)
This method returns the OracleDecimal
representation of a double.
Declaration
// C#
public static explicit operator OracleDecimal(double val);
Parameters
-
val
A
double
.
Return Value
An OracleDecimal
.
Exceptions
OverFlowException
- The value of the supplied double
is greater than the maximum value of OracleDecimal
or less than the minimum value of OracleDecimal
.
Remarks
OracleDecimal
contains the following values depending on the provided double value:
-
double.PositiveInfinity
: positive infinity value -
double.NegativeInfinity
: -
double.NaN
: null value