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