floor function
Syntax
float   floor(x)
float[] floor(x)
Parameters
- x (float, float[])
Returns
The downwards rounded integer value of floating point number x or a new array containing downwards rounded integer values of elements of x. Integral values remain unchanged.
Related
Copyright ©2008-2024 Esri R&D Center Zurich. All rights reserved.