IMSL C# Numerical Library

Spline2D.Value Method

Returns the value of the tensor-product spline at the point (x, y).

Overload List

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[]);

See Also

Spline2D Class | Imsl.Math Namespace