Enumerator |
---|
AssignGreater | Writes a new value iff it is greater than the value which already exists.
|
AssignLesser | Writes a new value iff it is lesser than the value which already exists.
|
Addition | Adds the new value to the value which already exists.
|
Subtraction | Subtracts the new value from the value which already exists.
|
Multiplication | Multiplies the new value to the value which already exists.
|
Division | Divides the value which already exists by the new value.
|