Minimum
The Minimum node receives numbers in the input nodes and returns the smallest of the numbers in the output port. Additionally, in the ’menu’, the Minimum node includes the ’add port’ option, enabling the addition of new comparables.
Node usages
Maximum
The Maximum node receives numbers in the input nodes and returns the largest of the numbers in the output port. Additionally, in the ’menu’, the Maximum node includes the ’add port’ option, enabling the addition of new comparables.
Node usages
Hypot
The Hypot node receives numbers at the input nodes and returns the square root of the sum of the squares of those numbers at the output node.
Node usages
Round
The Round node receives a numeric value and returns the nearest integer value to that number.
Node usages
Ceil
The Ceil node receives a number at the input node and rounds the number up to the nearest integer. It returns the rounded integer value through the output loop.
Node usages
Floor
The Floor node receives a number at the input node and rounds the number down to the nearest integer. It returns the rounded integer value through the output loop.
Node usages
Absolute
The Absolute node takes a single number as input and returns the absolute value of that number through the output node.
Node usages
Opposite
The Opposite node takes a number from the input and returns its opposite value.
Node usages