floor


This function returns the largest integral value smaller than the input.
Synopsis
function floor(
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 largest integral value
smaller 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.5 $ $Date: 1995/07/26 23:33:09 $