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