0
What does this GetUpperBound command do. Please explain as clearly as possible. GetUpperBound
What does this GetUpperBound command do. Please explain as clearly as possible. GetUpperBound
1 Answer
+ 1
Hello GAG98
GetUpperBound() is used for arrays. It returns the last index of an array or -1 for empty arrays.
https://www.google.de/amp/s/www.geeksforgeeks.org/c-sharp-finding-the-index-of-last-element-in-the-array/amp/