System::Array::GetLowerBound 方法

Array::GetLowerBound method

返回指定维度的下界。

int System::Array<T>::GetLowerBound(int dimension) const
参数类型描述
dimensionint要返回下界的维度

ReturnValue

指定维度的下界

另见