 | GeneratorCount Method |
Makes a generator that generates consecutive integers starting from zero up to a limit, and repeats the cycle.
Namespace:
Gamelogic.Extensions.Algorithms
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic static IGenerator<int> Count(
int upperLimitExcluded
)
Parameters
- upperLimitExcluded
- Type: SystemInt32
The upper limit (excluded).
Return Value
Type:
IGeneratorInt32A new generator
Exceptions
See Also