VDS Renaissance 的界面提供多种语言。官方文档以英语维护,以确保提供统一、一致且始终最新的参考。
@FROUND
Windows ✓Linux ✓macOS ⏳
Syntax
@FROUND( <value> {, <number of decimal places> } )
Description
This function rounds a floating-point value to the specified number of decimal places. If the number of decimal places is not specified, the number is rounded to the nearest integer.
OK
Unchanged.
Example
@FROUND(123.456, 1) = 123.5