GenericDecomposableTDecomposable, TSource, TAccumulate, TResultFinalReduce Method DryadLINQ documentation
Produces the final value from an accumulator value.

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax

public static TResult FinalReduce(
	TAccumulate val
)

Parameters

val
Type: TAccumulate
An accumulator value

Return Value

Type: TResult
The value of the final result
See Also

Reference