DCL:GRPH2:U[UVH]PACK : 1-F Graph Routines: Explanation of Subroutines: Finite Difference
Fills the space between 2 polylines with a tone pattern.
NumRu::DCL.uvdif(upx,upy1,upy2)
NumRu::DCL.uhdif(upx1,upx2,upy)
NumRu::DCL.uvdifz(upx,upy1,upy2,itpat1,itpat2)
NumRu::DCL.uhdifz(upx1,upx2,upy,itpat1,itpat2)
n(I)The length of an array.x, y (R(N)) Independent variables. x1, x2, y1, y2 (R(N)) Dependent variables. itp1, itp2 (I) The tone pattern number. When x1<x2 or y1<y2, itp1 is used. When x1>x2 or y1>y2, itp2 is used.