GeneratorAverage Method (IGeneratorInt32) |
Namespace: Gamelogic.Extensions.Algorithms
public static IGenerator<int> Average( this IGenerator<int> generator )
| Exception | Condition |
|---|---|
| ArgumentNullException | source is null |
var generator = Generator.Constant(4).Average()