Piecewise Interpolating Curve.Upper Bound Property
Gets the upper bound of the interpolation domain.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
The maximum x-value for which the interpolator is defined.
IInterpolator.UpperBound
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public override double UpperBound { get; }Property Value
DoubleThe maximum x-value for which the interpolator is defined.
Implements
IInterpolator.UpperBoundIInterpolator.UpperBound