DCL:GRPH2:UWPACK: Grid Point Information Handling Routines: Explanation of Subroutines
Returns a grid point number for the grid point with the largest value less than the given coordinate value. Also returns the position between the next grid.
iux, frac = NumRu::DCL.uwqgxi(ux)
iuy, frac = NumRu::DCL.uwqgyi(uy)
ux, uy (R) Coordinate value. iux, iuy (I) Grid point number fracx, fracy (R) The position between the next grid point. When fracx/fracy=0, ux/uy is on a grid point, when fracx/fracy=1, ux/uy is on the next grid point.