Combines two accumulator values into one.
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
The value of the accumulator - val
- Type: TAccumulate
A value to be accumulated
Return Value
Type: TAccumulateThe result of combining two accumulator values into one
See Also