Accumulates an input element into the accumulator value.
Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax
Parameters
- acc
- Type: TAccumulate
An accumulator value - val
- Type: TSource
An input element
Return Value
Type: TAccumulateAn accumulator value resulting from applying this Accumulate method on the two arguments
See Also