IInterpolator.LowerBound 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#
double LowerBound { get; }

Property Value

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

See Also