Multiply
This function block multiplies a set of numeric inputs and outputs the resulting product. It is useful for scaling values, combining factors, and simple math chains in your visual flow.
π₯ Inputs
Number Socket(s) β one or more numeric input sockets (default: 2).
This block accepts multiple numeric inputs; the active inputs are multiplied together.
π€ Outputs
Number The product of all connected numeric inputs.
πΉοΈ Controls
Input size A dropdown to set how many numeric input sockets the block provides (adjustable number of inputs from the UI).
π― Key Features
Dynamic input count β expand or shrink the available input sockets to match how many values you want to multiply.
Simple numeric operation β multiplies all connected inputs and returns a single numeric result.
Works well inside math or data-processing chains where a single combined numeric value is required.
βοΈ How it runs
The block reads all currently connected numeric inputs.
Unconnected inputs are ignored.
It computes the product of the provided numbers and outputs the final numeric result.
Use the
Input sizecontrol to change how many inputs are available before running.
π Usage Instructions
Set the desired number of inputs with
Input size.Connect numeric sources (constants, measured values, counters, etc.) into the available
Numbersockets.Read the result from the output
Numbersocket and pass it to downstream blocks.
π‘ Tips and Tricks
Combine with
Number InputorNumber Rangeto provide configurable constants or parameters to multiply with measured values.Use with
Add,Subtract, orDivideto build arithmetic pipelines (for example: compute a scaled offset by combiningAddandMultiply).When working with lists or batches, pair with
Batch Processing,Get Element, orDebatchto multiply elements in a sequence.Use
RoundorAbsoluteafter this block to format or normalize the result for display or export.Feed the output into
ScopeorCSV Exportto visualize or log computed numeric results over time.For counting-based calculations, combine with
Counteror outputs such asObject Countfrom detection blocks to compute rates or totals.
π οΈ Troubleshooting
If the result is unexpected, check each connected
Numberinput for correct values and ensure the intended sockets are connected.If you need to multiply a large number of values, increase
Input sizebefore connecting all sources.
Last updated
Was this helpful?