System::Array::GetLowerBound method
Array::GetLowerBound method
Returns the lower bound of the specified dimension.
int System::Array<T>::GetLowerBound(int dimension) const
Parameter | Type | Description |
---|---|---|
dimension | int | Dimension to return the lower bound of |
ReturnValue
The lower bound of the specified dimension
See Also
- Class Array
- Namespace System
- Library Aspose.PUB for C++