rulesbeginner

Multiply Numbers

This simple Scripting Rule example multiplies two numbers and returns the result.

DecisionRules

David Škarka

Template author

This Scripting Rule performs a basic arithmetic operation to calculate the product of two numerical inputs.


Solution components
  • A Scripting Rule named 'Multiply Numbers' accepts two input values and returns their product.

  • The rule defines an input schema containing two variables: value1 and value2.

  • The script executes the logic input.value1 * input.value2 to generate the result.

  • The rule sets the calculated product into the output schema under the variable result.

Check iconA checkmark inside a circle signifying "yes"Minus iconA minus inside a circle signifying "no"PROS IconA plus symbol representing positive aspects or benefits.CONS IconA minus symbol representing negative aspects or drawbacks.

More Templates

See Other Templates

financial servicessuggested

A/B Testing

Discover a simple way to assign a test group for performing A/B Testing on your decisions.

Explore
financial servicessuggested

Risk Based Pricing

Discover a simple way to apply a suitable Risk Based Pricing matrix based on a type of client.

Explore
financial servicessuggested

Eligibility and Policy Rules

Discover a simple way to define and execute various sets of rules and get the final decision outcome.

Explore