Spline2DValue Method (Double, Double) |
Returns the value of the tensor-product spline at the point (x, y).
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double Value(
double x,
double y
)
Public Overridable Function Value (
x As Double,
y As Double
) As Double
public:
virtual double Value(
double x,
double y
)
abstract Value :
x : float *
y : float -> float
override Value :
x : float *
y : float -> float
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