GenericDecomposableTDecomposable, TSource, TAccumulate, TResultSeed Method DryadLINQ documentation
Converts an input element to an intermediate 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 Seed(
	TSource val
)

Parameters

val
Type: TSource
An input element

Return Value

Type: TAccumulate
An accumulator value
See Also

Reference