implicit operator OracleDecimal
implicit
operator
OracleDecimal
returns the OracleDecimal
representation of a value.
Overload List:
-
implicit operator OracleDecimal(decimal)
This method returns the
OracleDecimal
representation of adecimal
value. -
implicit operator OracleDecimal(int)
This method returns the
OracleDecimal
representation of anint
value. -
implicit operator OracleDecimal(long)
This method returns the
OracleDecimal
representation of along
value.