ProtoFlux:Add

From Resonite Wiki
Revision as of 06:27, 27 June 2024 by AmasterAmaster (talk | contribs) (Filled in this node page.)
+
A
*
B
Operators

The Add node takes in 2 inputs and returns the calculated result. The second input (B) will add to the first input (A).

This node is special as it also works with the String type, adding (concatenating) them together.

Inputs

A (Pseudo-Generic)

The value we have.

B (Pseudo-Generic)

The value we want to add.

Outputs

* (Pseudo-Generic)

The new result from this operation.

See Also

  • Wikipedia's definition of addition.
  • Microsoft's documentation on the addition operator.