Aggregate(ref T, in T)
Aggregates a new value into an aggregate value.
Declaration
protected abstract void Aggregate(ref T aggregate, in T newValue)
Parameters
Type | Name | Description |
---|---|---|
T | aggregate | The aggregate value. |
T | newValue | The new value. |