Bilinear Interpolation for 2 Parameter. Source Coordinates(P,Q) are also needed to be Normalized to [0,1] interval.
| call | DclGrid2DForwardBLI2 | (p,q,x00,x10,x01,x11,y00,y10,y01,y11,x,y) | 
| p,q | <R> | Source Coordinates. 4 Courners are necessary to normalized to (0,0), (1,0), (1,1), (0,1) (Input). | 
| x00,x10,x01,x11 | <R> | Each of Values is a value of 4 Courners of P,Q ,e.g (P,Q) = (0,0), (1,0), (1,1), (0,1) (Input). | 
| y00,y10,y01,y11 | <R> | Each of Values is a value of 4 Courners of P,Q ,e.g (P,Q) = (0,0), (1,0), (1,1), (0,1) (Input). | 
| x,y | <R> | Results of Interpolation(Output). | 
Nothing.