PhantomScript v1.7 Reference - Copyright © 2006 P1 Systems Incorporated. All Rights Reserved.

Prev | Next | Users Guide | PhantomScript Reference | P1 Systems


Miscellaneous

Ceiling

Syntax

Ceiling <number>

Description

Return the ceiling of the specified number.

Parameters

<number>

A integer or floating point number.

Remarks

The ceiling is the smallest integer value greater than or equal to a specified number. See also Floor.

Example

   c = Ceiling 2.45

The example sets the variable c equal to 3.



Prev | Next | Users Guide | PhantomScript Reference | P1 Systems

PhantomScript v1.7 Reference - Copyright © 2006 P1 Systems Incorporated. All Rights Reserved.