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)
Parameter | Type | Description |
---|---|---|
dimension | int | A dimension the length of which to return |
ReturnValue
A 64-bit integer representing the number of elements in specified dimension
See Also
- Class Array
- Namespace System
- Library Aspose.PUB for C++