Mono Class Library: System.Array Overview | MembersSystem.Array.GetLowerBound Method |
Returns the lower bound of the specified dimension in the current instance. [Edit]
|
A int that contains the lower bound of the specified dimension in the current instance. [Edit]
Type Reason IndexOutOfRangeException dimension < 0.
-or-
dimension is equal to or greater than the Array.Rank property of the current instance.
[Edit]
Note: For example, Array.GetLowerBound(int) (0) returns the lower bound of the first dimension of the current instance, and Array.GetLowerBound(int)(Array.Rank - 1) returns the lower bound of the last dimension of the current instance.[Edit]
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0