14.4.5.1 Abs
This method returns the absolute value of an OracleDecimal.
                  
Declaration
// C#
public static OracleDecimal Abs(OracleDecimal val);Parameters
- 
                        valAn OracleDecimal.
Return Value
The absolute value of an OracleDecimal. 
                  
Remarks
If either argument has a null value, the returned OracleDecimal has a null value.