OvrLoopType
Enumeration
Description | |
---|---|
IterationsCount | Simple loop with finite number of iterations. |
While | While loop – a condition must be true in order to continue looping. |
Description | |
---|---|
IterationsCount | Simple loop with finite number of iterations. |
While | While loop – a condition must be true in order to continue looping. |