One Norm Accumulator<T> Structure
Represents an accumulator for the sum of the absolute values of a sequence.
Definition
Namespace: Numerics.NET.DataAnalysis.Accumulators
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public struct OneNormAccumulator<T> : IAccumulator<T, T>,
IAccumulator<T>
- Implements
- IAccumulator<T>, IAccumulator<T, T>
Type Parameters
- T
- The type of the elements of the sequence.
Remarks
When T, the absolute values of the real and imaginary components are each added to the sum.
Properties
| Current | Gets the current value of the accumulator. |
| Has | Gets whether the accumulator has received enough data to compute a value. |
Methods
| Add | Updates the accumulator with the specified value. |
| Add | Updates the accumulator with a missing value. |
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
| Get | Returns the hash code for this instance. (Inherited from ValueType) |
| Get | Gets the Type of the current instance. (Inherited from Object) |
| Remove | Updates the accumulator by removing the specified value. |
| Remove | Updates the accumulator by removing a missing value. |
| Reset | Resets the accumulator to its initial state. |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |