14.4.2.6 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
- 
                        longXThe provided Int64value.