Returns a NumericalVariable whose observations span the specified range.

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

Syntax

Visual Basic (Declaration)
Public Shared Function CreateRange ( _
	maxValue As Integer _
) As NumericalVariable
C#
public static NumericalVariable CreateRange (
	int maxValue
)
C++
public:
static NumericalVariable^ CreateRange (
	int maxValue
)

Parameters

maxValue (System.Int32)
The (exclusive) highest value.

Return Value

A NumericalVariable of length maxValue whose observations are the integers from 0 up to but not including maxValue.