IAssociativeTAccumulateRecursiveAccumulate Method DryadLINQ documentation
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

TAccumulate RecursiveAccumulate(
	TAccumulate acc,
	TAccumulate val
)

Parameters

acc
Type: TAccumulate
The value of the accumulator
val
Type: TAccumulate
A value to be accumulated

Return Value

Type: TAccumulate
The result of combining two accumulator values into one
See Also

Reference