Meta.Numerics Library
Midpoint Property
Meta.NumericsMeta.NumericsIntervalMidpoint
Gets the mid-point of the interval.
Declaration Syntax
C#Visual BasicVisual C++F#
public double Midpoint { get; }
Public ReadOnly Property Midpoint As Double
	Get
public:
property double Midpoint {
	double get ();
}
member Midpoint : float