Math Op
Applies a binary arithmetic operation to two numbers
basic
Since P00
Input Ports
A
A input for Math Op.
B
B input for Math Op.
Output Ports
Value
Value output from Math Op.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Operation | Enum | `Add` | Selects which calculation to perform |
Overview
Applies a binary arithmetic operation to two numbers
Inputs and Outputs
Input Ports
- A
Number: A input for Math Op. - B
Number: B input for Math Op.
Output Ports
- Value
Number: Value output from Math Op.
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Operation | Enum | `Add` | Selects which calculation to perform |
When to Use
Use Math Op when you need this operation to remain explicit, reusable, and easy to tune inside a PixPipeline node graph.
Notes
Connect compatible data types and preview the result while tuning this node. Parameter names and port names follow the PixPipeline UI.