Return the absolute value of integer, int64 or float value given in the parameter “value”. So, for the value ”-45” it will return “45”.
Name | Mandatory | Description |
---|---|---|
value | Yes | The value to return its absolute value. |
<#abs value="-3">
The above example will output (for exemple):
3