IDecomposable TSource, TAccumulate, TResult  FinalReduce 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.1.2.0 (0.1.2.0)
Syntax

TResult FinalReduce(
	TAccumulate val
)

Parameters

val
Type: TAccumulate
An intermediate value.

Return Value

Type: TResult
The final result.
See Also