Combines two intermediate values into a new intermediate value.
Namespace: Microsoft.Research.DryadLinqAssembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
Syntax
Parameters
- acc
- Type: TAccumulate
The first intermediate value.
- val
- Type: TAccumulate
The second intermediate value.
Return Value
Type: TAccumulateThe new intermediate value.
See Also