Method StaticIndexToArrayIndex
StaticIndexToArrayIndex(int)
Converts the given static index (a negative value) to a valid array index.
Declaration
public static int StaticIndexToArrayIndex(int staticIndex)
Parameters
Type | Name | Description |
---|---|---|
int | staticIndex | The index to convert. |
Returns
Type | Description |
---|---|
int | Returns the converted index. |