ProtoFlux:ValueSubMulti: Difference between revisions

From Resonite Wiki
Stub
 
m YoshBot moved page ProtoFlux:Value Sub Multi to ProtoFlux:ValueSubMulti: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
|Inputs=
|Inputs=
[
[
{"Name":"Inputs", "Type":"Dummy", "Multi":5}
{"Name":"Inputs", "Type":"Dummy", "Multi":2}
]
]
|Outputs=
|Outputs=
Line 12: Line 12:
|}}
|}}


[[Category:ProtoFlux:Stubs]]
The '''Value Sub Multi''' node takes in a list of values and subtracts from the first given value onwards. The first value is always the starting point. Then the second value will subtract from the first, giving the result for the third input to subtract from, so on and so fourth. More information can be found on the [[ProtoFlux:Sub|Sub]] node page.
 
== Inputs ==
 
=== Inputs (Pseudo-Generic) ===
 
The numbers to subtract with, using the first value as a starting point.
 
== Outputs ==
 
=== * (Pseudo-Generic) ===
 
The final result of all the subtraction operations.
 
[[Category:ProtoFlux:Operators]]
[[Category:ProtoFlux:Operators]]

Latest revision as of 00:41, 21 August 2025

-
Inputs
*
+
-
Operators

The Value Sub Multi node takes in a list of values and subtracts from the first given value onwards. The first value is always the starting point. Then the second value will subtract from the first, giving the result for the third input to subtract from, so on and so fourth. More information can be found on the Sub node page.

Inputs

Inputs (Pseudo-Generic)

The numbers to subtract with, using the first value as a starting point.

Outputs

* (Pseudo-Generic)

The final result of all the subtraction operations.