Gets the range of a variable.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Range As TimeSpan
C#
public TimeSpan Range { get; }
C++
public:
TimeSpan Range {
	TimeSpan get ();
}

Value

The difference between the largest and the smallest value in the variable.