Yotsuba Games

Math Op

Applies a binary arithmetic operation to two numbers

basic
Since P00

Input Ports

A

A input for Math Op.

Number
B

B input for Math Op.

Number

Output Ports

Value

Value output from Math Op.

Number

Parameters

NameTypeDefaultDescription
OperationEnum`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

NameTypeDefaultDescription
OperationEnum`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.

Math Op — PixPipeline Node Reference