System::Array::GetLowerBound method

Array::GetLowerBound method

Returns the lower bound of the specified dimension.

int System::Array<T>::GetLowerBound(int dimension) const
ParameterTypeDescription
dimensionintDimension to return the lower bound of

ReturnValue

The lower bound of the specified dimension

See Also