Interval<T>.Width Property
Gets the width of the interval.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The difference between the upper and lower bound.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public T Width { get; }
Property Value
TThe difference between the upper and lower bound.