GeneratorAverage Method (IGeneratorSingle) |
Namespace: Gamelogic.Extensions.Algorithms
public static IGenerator<float> Average( this IGenerator<float> generator )
| Exception | Condition |
|---|---|
| ArgumentNullException | source is null |
var generator = Generator.Count(2).Average()