Meta.Numerics Library
LeftEndpoint Property
Meta.NumericsMeta.NumericsIntervalLeftEndpoint
Gets the left (lower) endpoint of the interval.
Declaration Syntax
C#Visual BasicVisual C++F#
public double LeftEndpoint { get; }
Public ReadOnly Property LeftEndpoint As Double
	Get
public:
property double LeftEndpoint {
	double get ();
}
member LeftEndpoint : float