📌  相关文章
📜  如何在 Visual Basic 代码示例中舍入一个数字

📅  最后修改于: 2022-03-11 14:52:01.959000             🧑  作者: Mango

代码示例1
Math.Round(Val({Value to be rounded}), {amount of decimal places})

Example:

Math.Round(Val(19/2), 0)