Welcome to Vestris Inc.
Internet Interactive Solutions Company



Software Documentation

Round

Name

Round — round to closest integer

Syntax

Round( expression )

Domain

Round : R -> Z

Example

Round( -2.1 ) = -2

Description

Returns the closest integer value.
Round( -2.1 ) = -2
Round( -2.5 ) = -2
Round( -2.6 ) = -3