"round down to" in Chinese (Simplified)
向下取整到
Definition
将数字降低到最近的较小整数或指定的值,忽略上面的任何小数部分。
Usage Notes (Chinese (Simplified))
用于数学、会计和计算机科学中,将小数或分数舍去降到指定单位。与“round up to”相反。例如:4.8向下取整到4;17向下取整到最近的10是10。
Examples
If you round down to the nearest dollar, $5.75 becomes $5.
如果你**向下取整到**最接近的美元,$5.75 变成 $5。
Please round down to the nearest whole number when reporting your age.
请在报告年龄时**向下取整到**最接近的整数。
We always round down to the nearest ten for this calculation.
这个计算我们总是**向下取整到**最接近的十。
Just round down to five if it's over but not quite six.
如果超过五但不到六,直接**向下取整到**五吧。
For taxes, they always round down to the closest value, not up.
在税务上,他们总是**向下取整到**最接近的数值,而不是进位。
You can round down to zero if there’s nothing left.
如果什么都没剩下,你可以**向下取整到**零。