Array
            
            
            
            
            Gets the index in the storage array of the element at the specified position.
            
Definition
Namespace: Extreme.Collections
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
    C#
    
 
 
The index of the element in the storage array.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public int GetIndex(
	int row,
	int column
)Parameters
Return Value
Int32The index of the element in the storage array.