Gets the index in the storage array of the element at the specified position.
Namespace:
Extreme.Collections
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public int GetIndex(
int row,
int column
)
Public Function GetIndex (
row As Integer,
column As Integer
) As Integer
public:
int GetIndex(
int row,
int column
)
member GetIndex :
row : int *
column : int -> int
Parameters
- row
- Type: SystemInt32
The zero-based row of the element. - column
- Type: SystemInt32
The zero-based column of the element.
Return Value
Type:
Int32The index of the element in the storage array.
Reference