GetLowerBound()

Array::GetLowerBound(int) const method

Returns the lower bound of the specified dimension.

int System::Array<T>::GetLowerBound(int dimension) const

Arguments

ParameterTypeDescription
dimensionintDimension to return the lower bound of

Return Value

The lower bound of the specified dimension

See Also