Gets the value at the specified position in the one-dimensional array. The index is specified as a 32-bit integer.
Overload List
Overload | Description |
GetValue(Int32) | Gets the value at the specified position in the one-dimensional array. The index is specified as a 32-bit integer. |
GetValue(Int64) | Gets the value at the specified position in the one-dimensional array. The index is specified as a 64-bit integer. |
GetValue(Int32[]) | Gets the value at the specified position in the multidimensional array. The indexes are specified as an array of 32-bit integers. |
GetValue(Int64[]) | Gets the value at the specified position in the multidimensional array. The indexes are specified as an array of 64-bit integers. |
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also