14.4.5.17 Sign
This method determines the sign of an OracleDecimal structure.
                  
Declaration
// C#
public static int Sign(OracleDecimal val);Parameters
- 
                        
valAn
OracleDecimalstructure. 
Return Value
- 
                        
-1: if the suppliedOracleDecimal<0 - 
                        
0: if the suppliedOracleDecimal==0 - 
                        
1: if the suppliedOracleDecimal>0 
Exceptions
OracleNullValueException - The argument has a null value.