Click or drag to resize

SimpleAccumulator Methods

The SimpleAccumulator type exposes the following members.

Methods
 NameDescription
Public methodAdd(Double)Adds a sample to this accumulator.
Public methodAdd(Double)Adds an array of samples to this accumulator.
Public methodAdd(Double*, Int32)Adds samples from a memory zone to this accumulator.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringGets a textual representation of the accumulator.
(Overrides ObjectToString)
Top
See Also