Piecewise Curve.Lower Bound Property
Gets the lower bound of the interpolation domain.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
The minimum x-value for which the interpolator is defined.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public virtual double LowerBound { get; }Property Value
DoubleThe minimum x-value for which the interpolator is defined.