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#
public T Width { get; }

Property Value

T
The difference between the upper and lower bound.

See Also