| Enumerator |
|---|
| MESSAGE_CUMUL_COMPARE | Compares the "left" and "right" vars.
|
| MESSAGE_CUMUL_SET | Sets the "left" and "right" vars to input nValue.
|
| MESSAGE_CUMUL_SET_LEFT | Sets the "left" var to input nValue.
|
| MESSAGE_CUMUL_SET_RIGHT | Sets the "right" var to input nValue.
|
| MESSAGE_CUMUL_SET_LEFT_COMPARE | Sets the "left" var to input nValue and comparison is forced.
|
| MESSAGE_CUMUL_SET_RIGHT_COMPARE | Sets the "right" var to input nValue and comparison is forced.
|
| MESSAGE_CUMUL_ADD_TO | Input nValue is added to the "left" and "right" vars.
|
| MESSAGE_CUMUL_ADD_TO_LEFT | Input nValue is added to the "left" var.
|
| MESSAGE_CUMUL_ADD_TO_RIGHT | Input nValue is added to the "right" var.
|
| MESSAGE_CUMUL_ADD_TO_LEFT_COMPARE | Input nValue is added to the "left" var and comparison is forced.
|
| MESSAGE_CUMUL_ADD_TO_RIGHT_COMPARE | Input nValue is added to the "right" var and comparison is forced.
|
| MESSAGE_CUMUL_MULT | The "left" and "right" vars are multiplied by input nValue.
|
| MESSAGE_CUMUL_MULT_LEFT | The "left" var is multiplied by input nValue.
|
| MESSAGE_CUMUL_MULT_RIGHT | The "right" var is multiplied by input nValue.
|
| MESSAGE_CUMUL_MULT_LEFT_COMPARE | The "left" var is multiplied by input nValue and comparison is forced.
|
| MESSAGE_CUMUL_MULT_RIGHT_COMPARE | the "right" var is multiplied by input nValue and comparison is forced.
|
| MESSAGE_CUMUL_DIV | The "left" and "right" vars are divided by input nValue.
Division by 0 is 0.
|
| MESSAGE_CUMUL_DIV_LEFT | The "left" var is divided by input nValue.
Division by 0 is 0.
|
| MESSAGE_CUMUL_DIV_RIGHT | The "right" var is divided by input nValue.
Division by 0 is 0.
|
| MESSAGE_CUMUL_DIV_LEFT_COMPARE | The "left" var is divided by input nValue and comparison is forced.
Division by 0 is 0.
|
| MESSAGE_CUMUL_DIV_RIGHT_COMPARE | the "right" var is divided by input nValue and comparison is forced.
Division by 0 is 0.
|
| MESSAGE_CUMUL_RESET | Sets the "left" and "right" vars to 0.
|
| MESSAGE_CUMUL_RESET_LEFT | Sets the "left" var to 0.
|
| MESSAGE_CUMUL_RESET_RIGHT | Sets the "right" var to 0.
|
| MESSAGE_CUMUL_SET_TO_INITIAL | Sets the "left" and "right" vars to their initial value.
|
| MESSAGE_CUMUL_SET_TO_INITIAL_LEFT | Sets the "left" var to its initial value.
|
| MESSAGE_CUMUL_SET_TO_INITIAL_RIGHT | Sets the "right" var to its initial value.
|