GetLongLength()

Array::GetLongLength(int) method

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

int64_t System::Array<T>::GetLongLength(int dimension)

Arguments

ParameterTypeDescription
dimensionintA dimension the length of which to return

Return Value

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

See Also