Module: Editor
Version: 2.2.1 +
Description
The formula 'RoundDown' rounds a number down to a specified number of digits. A negative number of digits rounds down left of the decimal. The formula 'RoundDown' always rounds the number down and not to the nearest number.
Parameters
Number: Here you refer to or fill in the number that has to be rounded.
Num_digits: Here you fill in the amount of digits
Example
Description
In the following example you can see how the formula 'RoundDown' works.
Values parameters
Number: 2.895
Num_digits: 1
Result
Values parameters
Number: 2.895
Num_digits: 0
Result
Result: 2
Values parameters double
Result double
Related Topics
- Round: The formula 'Round' for a double rounds a number to a specified number of digits. The formula 'Round' for an integer rounds a real number to the nearest even integer.
- RoundUp: The formula 'RoundUp' rounds a number up to a specified number of digits.
Feedback
If you have any questions about this subject or if you want to provide us feedback please send us an e-mail.