Numeric Compare
Compares two numbers and returns true or false
basic
Since P00
Input Ports
A
A input for Numeric Compare.
B
B input for Numeric Compare.
Output Ports
Result
Result output from Numeric Compare.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Operation | Enum | `Equal` | Controls the operation setting for Numeric Compare. |
Overview
Compares two numbers and returns true or false
Inputs and Outputs
Input Ports
- A
Number: A input for Numeric Compare. - B
Number: B input for Numeric Compare.
Output Ports
- Result
Bool: Result output from Numeric Compare.
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Operation | Enum | `Equal` | Controls the operation setting for Numeric Compare. |
When to Use
Use Numeric Compare 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.