Multiply
- An activity to multiply two numbers. Two numbers type can be selected at the time of usage of activity.
Properties
Common
- DisplayName (String) – The display name of the activity.
Misc
- Left (InArgument<SelectedDatatype>) – First number to be entered
- Right (InArgument<SelectedDatatype>) – Second number to be entered
- Result (OutArgument<SelectedDatatype>) – returns a Int32 value which is a multiplicative value of two input numbers.
- Private (Boolean) – If selected, the values of variables and arguments are no longer logged at Verbose level.
Example
- Create a new Process and then click on Manage Packages. Now search for Activities.Expressions in search bar. Install this package and click Save.
- Then create a Sequence and inside it call Multiply activity. Enter the input numbers and take output in the result parameter