IBinaryAccumulator<T1, T2, TResult> Methods

Methods

Add Updates the accumulator with the specified value.
(Inherited from IBinaryAccumulator<T1, T2>)
AddMissing Updates the accumulator with a missing value.
(Inherited from IBinaryAccumulator<T1, T2>)
Remove Updates the accumulator by removing the specified value.
(Inherited from IBinaryAccumulator<T1, T2>)
RemoveMissing Updates the accumulator by removing a missing value.
(Inherited from IBinaryAccumulator<T1, T2>)
Reset Resets the accumulator to its initial state.
(Inherited from IBinaryAccumulator<T1, T2>)

See Also