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.2.1.1150 (2.2.1.1150)

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