C#C
C#13mo ago
fraantic

How can I check if an index of a 2d array is out of bounds?

tittle
if (array[value1][value2] == outOfBounds) {
  // do smth
}
Was this page helpful?