|
Ceiling() |
|
|
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.
|