Ceiling()

<< Click to Display Table of Contents >>

Navigation:  Index >

Ceiling()

Previous pageReturn to chapter overviewNext page

Purpose

To round a number up to the highest integer

Syntax

Ceiling( <nNumber> ) nRoundedNumber

Argument

<nNumber> is the number to round

Returns

Ceiling() returns <nNumber> rounded up to the next highest integer.