implicit operator OracleDecimal(long)
This method returns the OracleDecimal
representation of a long
value.
Declaration
// C#
public static implicit operator OracleDecimal(long val);
Parameters
-
val
A
long
value.
Return Value
An OracleDecimal
.