Math Func
Applies a common single-input math function to a number
basic
Since P00
Input Ports
Input
Input input for Math Func.
Output Ports
Value
Value output from Math Func.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Function | Enum | `Abs` | Selects which calculation to perform |
Overview
Applies a common single-input math function to a number
Inputs and Outputs
Input Ports
- Input
Number: Input input for Math Func.
Output Ports
- Value
Number: Value output from Math Func.
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Function | Enum | `Abs` | Selects which calculation to perform |
When to Use
Use Math Func 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.