PiecewiseInterpolatingCurve.UpperBound 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#
public override double UpperBound { get; }

Property Value

Double
The maximum x-value for which the interpolator is defined.

Implements

IInterpolator.UpperBound
IInterpolator.UpperBound

See Also