Returns the value of the tensor-product spline at the point (x, y).
Returns the value of the tensor-product spline at the point (x, y).
public virtual double Value(double,double);
Returns the values of the tensor-product spline of an array of points.
public virtual double[,] Value(double[],double[]);
Spline2D Class | Imsl.Math Namespace