ProtoFlux:Avg

From Resonite Wiki
Revision as of 10:55, 22 May 2024 by AmasterAmaster (talk | contribs) (Fixed types to "Pseudo-generic" in descriptions.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Avg
A
*
B
Math

The Avg node returns the arithmetic mean of two values.

Inputs

A (Pseudo-generic)

A value.

B (Pseudo-generic)

A value. This value must match the type of A.

Outputs

* (Pseudo-generic)

The arithmetic mean of the two inputs.

Examples