IMSL C# Numerical Library

Spline2D.Value Method (Double, Double)

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

public virtual double Value(
   double x,
   double y
);

Parameters

x
A double scalar specifying the x-coordinate of the evaluation point for the tensor-product spline.
y
A double scalar specifying the y-coordinate of the evaluation point for the tensor-product spline.

Return Value

A double scalar containing the value of the tensor-product spline.

See Also

Spline2D Class | Imsl.Math Namespace | Spline2D.Value Overload List