System::Array::GetLongLength method

Array::GetLongLength method

Returns the number of elements in the specified dimension as 64-bit integer.

int64_t System::Array<T>::GetLongLength(int dimension)
ParameterTypeDescription
dimensionintA dimension the length of which to return

ReturnValue

A 64-bit integer representing the number of elements in specified dimension

See Also