right truncate-number(a)
Group |
Removes all non-relevant 0 digits from a number (after the decimal separator).
Description of Parameters
Parameter |
Description |
a |
Value. |
Examples
Parameter a |
Result |
3.200 |
3.2 |
2200 |
2200 |