Gets the value at the specified position in the one-dimensional Array. The index is specified as a 64-bit integer.
- index
- A 64-bit integer that represents the position of the Array element to get.
The value at the specified position in the one-dimensional Array.
The Array.GetLowerBound(int) and Array.GetUpperBound(int) methods can determine whether the value of index is out of bounds.
This method is an O(1) operation.