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.
CALL UWQGXI(UX,IUX,FRACX)
CALL UWQGYI(UY,IUY,FRACY)
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.