GenericDecomposable TDecomposable, TSource, TAccumulate, TResult  Seed 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.1.2.0 (0.1.2.0)
Syntax

public static TAccumulate Seed(
	TSource val
)

Parameters

val
Type: TSource
An input element

Return Value

Type: TAccumulate
An accumulator value
See Also