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