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 first accumulator value - val
 - Type: TAccumulate
The second accumulator value 
Return Value
Type: TAccumulateAn accumulator value resulting from combining two accumulator values
See Also