Average

Overview

Average takes two or more Float Values and calculates the arithmetic mean, which is the total sum of the Inputs divided by the total number of Inputs.

Attributes

AttributeTypeDescription

Count

Int

The number of Data Input Sockets the Node will have.

Inputs

InputTypeDescription

Pulse Input (►)

Pulse

A standard Input Pulse, to trigger the execution of the Node.

Input [n]

Float

The Values that will be added together, and divided by Count.

Outputs

OutputTypeDescription

Pulse Output (►)

Pulse

A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution.

Output

Float

The arithmetic mean of all of the Input Values.

Last updated