right truncate-number(a)
Group |
Removes all non-relevant 0 digits from the decimal places (from the right) of a numerical value a. If a is not a numerical value, the function returns 0.
Description of Parameters
Parameter |
Description |
a |
Numerical value. |
Examples
Parameter a |
Result |
3.200 |
3.2 |
2200 |
2200 |
abc |
0 |