IInterpolator.ValueAt Method

Evaluates the interpolated value at the specified x-coordinate.

Definition

Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
double ValueAt(
	double x
)

Parameters

x  Double
The x-coordinate at which to evaluate the interpolator.

Return Value

Double
The interpolated y-value at x.

See Also