Click or drag to resize
Spline2D.Value Method (Double[],Double[])
Returns the values of the tensor-product spline of an array of points.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double[,] Value(
	double[] xVec,
	double[] yVec
)

Parameters

xVec
Type:System.Double[]
A double array specifying the x-coordinates at which the spline is to be evaluated.
yVec
Type:System.Double[]
A double array specifying the y-coordinates at which the spline is to be evaluated.

Return Value

Type:Double[,]
A double matrix containing the values evaluated.
See Also