Interval<T>.Width Property

Gets the width of the interval.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public T Width { get; }

Property Value

T
The difference between the upper and lower bound.

See Also