Creates a progress mathematical model with a minimum value set to 0,
a maximum value set to 100, and a increment value set to +1.
By default, the value is initialized to be equal to the minimum value.
Creates a progress mathematical model with minimum and maximum set to
specified values, and a increment value set to +1.
By default, the value is initialized to be equal to the minimum value.
Creates a progress mathematical model with minimum, maximum and increment
set to specified values.
By default, the value is initialized to be equal to the minimum value.