...
Where in.value contains [12.343,12.345], roundDown() returns [12.34, 12.34]
Whole Numbers
Use the decimalPlace -1
to round down to the nearest multiple of 10, and -2
to round down to the nearest multiple of 100.
...
...
Where in.value contains [12.343,12.345], roundDown() returns [12.34, 12.34]
Use the decimalPlace -1
to round down to the nearest multiple of 10, and -2
to round down to the nearest multiple of 100.
...