Simple |
The SimpleAccumulator type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(Double) | Adds a sample to this accumulator. | |
| Add(Double) | Adds an array of samples to this accumulator. | |
| Add(Double*, Int32) | Adds samples from a memory zone to this accumulator. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Gets a textual representation of the accumulator. (Overrides ObjectToString) |