Progression

Progression

Abstract base of the Progression classes.

Constructor

(abstract) new Progression(_integerBased, _typeName)

Creates an instance of Progression.
Parameters:
Name Type Description
_integerBased boolean Send 'true' if this progression uses integer steps exclusively (as opposed to floating-point).
_typeName string A simple label for logging.
Source:

Methods

Reset()

Puts the progression in its initial state (_value = 0).
Source: