613-518-1166 info@zimdatabases.com

ZIM Language Reference

$round

< All Topics

$round

Rounds a number to the nearest integer.

Syntax

$round(number)

Parameters

number

a number, or an expression that evaluates to a number

Return Value

Number, with no decimal places.

Example

$round(2.501)

Evaluates to 3.

$round(2.4999)

Evaluates to 2.

$round($substring(“123.456”,3,3))

Evaluates to 3.

 

See Also

$money

$tonumber

$truncate

Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Table of Contents