IDecomposableTSource, TAccumulate, TResultRecursiveAccumulate Method DryadLINQ documentation
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

TAccumulate RecursiveAccumulate(
	TAccumulate acc,
	TAccumulate val
)

Parameters

acc
Type: TAccumulate
The first intermediate value.
val
Type: TAccumulate
The second intermediate value.

Return Value

Type: TAccumulate
The new intermediate value.
See Also

Reference