Gets the range of a variable.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public TimeSpan Range { get; }
Public ReadOnly Property Range As TimeSpan
Get
public:
property TimeSpan Range {
TimeSpan get ();
}
member Range : TimeSpan with get
Property Value
Type:
TimeSpanThe difference between the largest and the
smallest value in the variable.
Numerical Libraries
Supported in: 5.x, 4.x
Reference