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