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