Click or drag to resize
Spline2DValue Method (Double, Double)
Returns the value of the tensor-product spline at the point (x, y).

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double Value(
	double x,
	double y
)

Parameters

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

Return Value

Type: Double
A double scalar containing the value of the tensor-product spline.
See Also