.NET Framework Class Library
Enumerable..::.Aggregate Method

Applies an accumulator function over a sequence.

Overload List

  NameDescription
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAggregate<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, TSource, TSource>)>))Applies an accumulator function over a sequence.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAggregate<(Of <(TSource, TAccumulate>)>)(IEnumerable<(Of <(TSource>)>), TAccumulate, Func<(Of <(TAccumulate, TSource, TAccumulate>)>))Applies an accumulator function over a sequence. The specified seed value is used as the initial accumulator value.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAggregate<(Of <(TSource, TAccumulate, TResult>)>)(IEnumerable<(Of <(TSource>)>), TAccumulate, Func<(Of <(TAccumulate, TSource, TAccumulate>)>), Func<(Of <(TAccumulate, TResult>)>))Applies an accumulator function over a sequence. The specified seed value is used as the initial accumulator value, and the specified function is used to select the result value.
Top
See Also

Reference

Tags :


Page view tracker