Estimate the number of elements in this storage as the size of the storage divided by the size of the elements

Namespace:  Emgu.Util
Assembly:  Emgu.Util (in Emgu.Util.dll) Version: 2.1.0.793 (2.1.0.793)

Syntax

         
 C#  Visual Basic  Visual C++ 
public int EstimateSize()
Public Function EstimateSize As Integer
public:
int EstimateSize()

Return Value

An estimation of the number of elements in this storage

See Also