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