GenericDecomposableTDecomposable, TSource, TAccumulate, TResultAccumulate Method DryadLINQ documentation
Accumulates an input element into the 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 TAccumulate Accumulate(
	TAccumulate acc,
	TSource val
)

Parameters

acc
Type: TAccumulate
An accumulator value
val
Type: TSource
An input element

Return Value

Type: TAccumulate
An accumulator value resulting from applying this Accumulate method on the two arguments
See Also

Reference