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

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double Value(
	double x,
	double y
)
Visual Basic (Declaration)
Public Overridable Function Value ( _
	x As Double, _
	y As Double _
) As Double
Visual C++
public:
virtual double Value(
	double x, 
	double y
)

Parameters

x
Type: System..::.Double
A double scalar specifying the x-coordinate of the evaluation point for the tensor-product spline.
y
Type: System..::.Double
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