Click or drag to resize

IncrementalNumber Properties

The IncrementalNumber type exposes the following members.

Properties
 NameDescription
Public propertyBatch Result will incremented after batch times iterations.
(Inherited from BaseIncrementalTextGenerator)
Public propertyCurrentIteration Current iteration.
(Inherited from BaseIncrementalTextGenerator)
Public propertyIncrement Increments result by value each iteration.
(Inherited from BaseIncrementalTextGenerator)
Protected propertyLastSimulationID
(Inherited from BaseIncrementalTextGenerator)
Protected propertyLastValue
(Inherited from BaseIncrementalTextGenerator)
Public propertyLogPath Logs the executed string, if not null.
(Inherited from BaseTextGenerator)
Public propertyMinDigits Minumum number of digits. Prepends 0 to reach the minimum length.
(Inherited from BaseIncrementalTextGenerator)
Public propertyResetCounterDelegate
(Inherited from BaseIncrementalTextGenerator)
Public propertyResetType
(Inherited from BaseIncrementalTextGenerator)
Public propertyStart Start value. Setting a new value will reset CurrentIteration.
(Inherited from BaseIncrementalTextGenerator)
Public propertyType Type of the text generator.
(Overrides BaseTextGeneratorType)
Top
See Also