Combines two intermediate values into a new intermediate 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
The first intermediate value. - val
- Type: TAccumulate
The second intermediate value.
Return Value
Type: TAccumulateThe new intermediate value.
See Also