Skip to main content

Multiplication

This node multiplies two numbers together and returns the product.

The Multiplication node performs mathematical multiplication with validation and overflow protection.

The Multiplication node takes two numeric inputs and calculates their product. It includes built-in validation to ensure inputs are valid numbers and that the result stays within acceptable bounds.

Inputs

Numbers

DataDescription
First NumberThe first number to multiply (default: 0)
Second NumberThe second number to multiply (default: 0)

Actions

SignalDescription
DoTriggers the multiplication calculation

Outputs

DataDescription
ResultThe product of the two input numbers
SignalDescription
DoneTriggered when the calculation is complete

Usage

Example Use Cases

  1. Area Calculations: Width × Height for rectangles
  2. Financial Operations: Price × Quantity, Tax calculations
  3. Scaling Operations: Applying scale factors to values
  4. Game Development: Damage multipliers, experience bonuses

Examples

First NumberSecond NumberResult
5315
2.5410
-37-21
01000