Returns the linearized index of the cell at the specified index in the DataArrayBase.

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

Syntax

Visual Basic (Declaration)
Public Function GetLinearIndex ( _
	index As Object _
) As Integer
C#
public int GetLinearIndex (
	Object index
)
C++
public:
int GetLinearIndex (
	Object^ index
)

Parameters

index (System.Object)
An Object that specifies the index of the cell in the CategoricalScale.

Return Value

An integer that represents the linearized index of the cell with index index in the DataArrayBase.

Exceptions

ExceptionCondition
RankExceptionThe DataArrayBase is multi-dimensional.