Returns the lower bound of the specified dimension in the current instance.
- dimension
- A int that contains the zero-based dimension of the current instance whose lower bound is to be determined.
A int that contains the lower bound of the specified dimension in the current instance.
Type Reason IndexOutOfRangeException dimension < 0.
-or-
dimension is equal to or greater than the Array.Rank property of the current instance.
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.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0