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