|
Ceil | ||
Result = Ceil(Value#) | ||
Parameters: Value# = The value you wish to floor |
||
Returns: Result = The truncated integer |
||
The Ceil function returns a floating-point value representing the largest integer that is greater than or equal to Value#. FACTS: * Floor is the opposite of Ceil. * RoundUp and Ceil are not the same functionality. Mini Tutorial:
This example would output.
|
Related Info: | Int | RoundDown | RoundUp : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |