FORMULA LANGUAGE


@Round
Example

Rounds the designated number to the nearest whole number; if an additional number is specified, it is used as the rounding factor.

Syntax

@Round( number )
@Round(
number ; factor )

Parameters

number


factor
Return value

roundedNumber


Usage

When using this function with a number list, the list concatenation operator takes precedence over any other operators.

For more information, see "List concatenation operator."

Language cross-reference

Example
See Also