Max

Finds the maximum of two or more numbers.

Inputs

A (Type: Double)

The first operand.

B (Type: Double)

The second operand.

C…Z (Type: Double)

Additional operands, added on demand.

Outputs

Max (Type: Double)

The maximum of all operands.

Comments

This node calculates the maximum of multiple operands.

The ports for the inputs are added dynamically on demand. The node starts with the two inputs A and B. If both are connected, a third input named C is added. At a maximum, 26 inputs are possible. Inputs can also be deleted by removing the connection to them.