abs
Returns the absolute value of the numeric value supplied as argument. If the argument is not negative, the argument is returned. If the argument is negative, the negation of the argument is returned.
Languages
Built-in, C++, C#, Java.
Parameters
Name | Type | Description |
---|---|---|
value | xs:decimal | The input value. |