GeneratorSum Method (IGeneratorSingle) |
Namespace: Gamelogic.Extensions.Algorithms
public static IGenerator<float> Sum( this IGenerator<float> generator )
| Exception | Condition |
|---|---|
| ArgumentNullException | source is null |
var generator = Generator.Constant(1f).Sum();