Method Total
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Total()
Returns the total number of array elements.
public long Total()
Returns
Total(int, int)
Returns the total number of array elements. The method returns the number of elements within a certain sub-array slice with startDim <= dim < endDim
public long Total(int startDim, int endDim = 2147483647)