.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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