8.2.8 rudlev

1.
Function
Determines the interval of the contour level set by udgcla, udgclb, and udsclv
2.
Call
return_value = NumRu::DCL.rudlev(nlev)
3
Explanation of Parameters
nlev (I) Specifies which contour interval to check. (the nlevth contour interval.)
rudlev (R) The value of a floating-point function that gives the contour interval.
4.
Notes
(a)
Internally, the values of the (NLEV)th and (NLEV+1)th contour levels are checked by  udqclv (see Section 8.2.5), and the difference (the (nlev+1)th value minus  the (nlev)th value) is returned. Note that the values of the contour levels inquired by udqclv are not necessarily in ascending order.
(b)
Two or more contour levels must be set. Also, NLEV must be larger than 1 and smaller than the total number of contour levels set. When this condition is not satisfied, rudval gives an alert message and 0 is returned.