explicit operator int
This method returns the int representation of the OracleDecimal value.
                  
Declaration
// C#
public static explicit operator int(OracleDecimal val);Parameters
- 
                        valAn OracleDecimalstructure.
Return Value
An int. 
                  
Exceptions
OracleNullValueException - The OracleDecimal has a null value.
                  
OverFlowException - The int cannot represent the supplied OracleDecimal structure.