create page yay |
m style |
||
(One intermediate revision by one other user not shown) | |||
Line 12: | Line 12: | ||
|}} | |}} | ||
The | The '''Avg Multi''' node returns the [https://en.wikipedia.org/wiki/Arithmetic_mean arithmetic mean] of multiple values as a more general form of the [[ProtoFlux:Avg|Avg]] node. | ||
== Inputs == | == Inputs == | ||
=== Inputs ( | === Inputs (Pseudo-generic) === | ||
The values to be averaged. | The values to be averaged. | ||
== Outputs == | == Outputs == | ||
=== * ( | === * (Pseudo-generic) === | ||
The arithmetic mean of the inputs. | The arithmetic mean of the inputs. | ||
Latest revision as of 02:54, 5 June 2024
Avg
Inputs
+
-
Math
The Avg Multi node returns the arithmetic mean of multiple values as a more general form of the Avg node.
Inputs
Inputs (Pseudo-generic)
The values to be averaged.
Outputs
* (Pseudo-generic)
The arithmetic mean of the inputs.
Examples
-
An example of using Avg for two colors, as well as
Avg Multi
for four float values.