ProtoFlux:Value Div Multi: Difference between revisions

From Resonite Wiki
Stub
 
Filled in this node page.
 
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 Div Multi''' node takes in a list of values and divides from the first given value onwards. The first value is always the starting point. Then the second value will divide from the first, giving the result for the third input to divide from, so on and so fourth. More information can be found on the [[ProtoFlux:Div|Div]] node page.
 
== Inputs ==
 
=== Inputs (Pseudo-Generic) ===
 
The numbers to divide with, using the first value as a starting point.
 
== Outputs ==
 
=== * (Pseudo-Generic) ===
 
The final result of all the division operations.
 
[[Category:ProtoFlux:Operators]]
[[Category:ProtoFlux:Operators]]

Latest revision as of 09:58, 27 June 2024

÷
Inputs
*
+
-
Operators

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

Inputs

Inputs (Pseudo-Generic)

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

Outputs

* (Pseudo-Generic)

The final result of all the division operations.