IAssociativeTAccumulate InterfaceDryadLINQ documentation
Defines the DryadLINQ interface for associative accumulator.

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

public interface IAssociative<TAccumulate>

Type Parameters

TAccumulate
The type of the accumulated value.

The IAssociativeTAccumulate type exposes the following members.

Methods

  NameDescription
Public methodRecursiveAccumulate
Combines two accumulator values into one.
Public methodSeed
Provides the initial value for the accumulator.
Top
See Also

Reference