IDecomposableTSource, TAccumulate, TResultFinalReduce Method DryadLINQ documentation
Computes the final result from the current 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

TResult FinalReduce(
	TAccumulate val
)

Parameters

val
Type: TAccumulate
An intermediate value.

Return Value

Type: TResult
The final result.
See Also

Reference