Click or drag to resize
BinaryFileStorageT Methods
http://www.emgu.com

The BinaryFileStorageT generic type exposes the following members.

Methods
  NameDescription
Public methodAppend
Append the samples to the end of the storage
Public methodClear
Delete all data in the existing storage, if there is any.
Public methodEquals (Inherited from Object.)
Public methodEstimateSize
Estimate the number of elements in this storage as the size of the storage divided by the size of the elements
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Get the data in this storage
Public methodGetHashCode (Inherited from Object.)
Public methodGetSubsamples
Get the subsampled data in this storage
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPeek
Get a copy of the first element in the storage. If the storage is empty, a default value will be returned
Public methodToString (Inherited from Object.)
Top
See Also