OracleDecimal(long)
This constructor creates a new instance of the OracleDecimal
structure and sets its value to the supplied Int64
value.
Declaration
// C#
public OracleDecimal(long longX);
Parameters
-
longX
The provided
Int64
value.