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