IInterpolator.Value At 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#
The interpolated y-value at x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
double ValueAt(
double x
)Parameters
- x Double
- The x-coordinate at which to evaluate the interpolator.
Return Value
DoubleThe interpolated y-value at x.