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