Sunday, July 12, 2009

C# array question?

Hi,





Anyone can please explain the GetLowerBound, GetUpperBound in an easy way? I am not sure what they do.








Thanks!

C# array question?
when you declare multi dimensional array,





GetLowerBound(0) returns the lower bound for the indexes of the first dimension of the Array.





GetUpperBound(0) returns the upper bound for the indexes of the first dimension of the Array.


No comments:

Post a Comment