GetUpperBound()

Array::GetUpperBound(int) method

Returns the upper bound of the specified dimension.

int System::Array<T>::GetUpperBound(int dimension)

Arguments

ParameterTypeDescription
dimensionintDimension to return the upper bound of

Return Value

The upper bound of the specified dimension

See Also