Piecewise 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.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public virtual double UpperBound { get; }Property Value
DoubleThe maximum x-value for which the interpolator is defined.