IAssociative TAccumulate  InterfaceDryadLINQ documentation
Defines the DryadLINQ interface for associative accumulator.

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

public interface IAssociative<TAccumulate>
Type Parameters

TAccumulate
The type of the accumulated value.

The IAssociative TAccumulate  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