ceil


This function returns the smallest integral value larger than the input.
Synopsis
function ceil(
value:float
)
Arguments
- value
- An array of one or more floating-point values of any dimension.
Description
For each element in the value parameter, the smallest integral value
larger than the element is returned. The output dimensions are identical
to the value parameter. Missing values in the input are ignored
and propagated through to the output.
Reference Manual Control Panel
NG4 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?
$Revision: 1.6 $ $Date: 1995/07/26 23:32:58 $