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