floor
This function returns the largest integral value smaller than the input.
Synopsis
function floor(
value:numeric
)
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. The output type is double if the input is double.
Reference Manual Control Panel
NG4.1 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?
$Revision: 1.8 $ $Date: 1998/11/11 23:32:17 $