Multiply

The Multiply action multiplies two or more numbers defined as parameters. The Multiply action takes 2 parameters, converts these parameters to the Double data type, multiplies them, and returns a value of the Double data type.

Select the element to which the action will be added. Click on +Add Action in the Properties panel below. (A)

Click OnClick--> Arithmetic-->Multiply and add the Multiply action. (A)

The Multiply action comes with the parameters value and value2.

  • Value is the value involved in the operation during the execution of the action.

You can perform various operations on the Context menu (C) for the actions you create.

You can easily copy the action with the Copy option. This way, you gain speed where action repetition is required.

You can add a confirmation message for the action to run using the Add Confirmation option.

Also, with the Add Condition feature, you can specify certain conditions under which the added action should execute.

You can easily delete the action created with the Remove option.

Last updated