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