Skip to main content

Max (Integer) Node

The Max (Integer) node returns the maximum of two integer values.

Max (Integer) Node

Description

The Max (Integer) node compares two integer values and returns the larger one.

Execution Inputs

None (data node, no execution flow)

Variable Inputs

  • A (integer): The first integer to compare
  • B (integer): The second integer to compare

Execution Outputs

None (data node, no execution flow)

Variable Outputs

  • Result (integer): The larger of A and B

Special Notes

  • If either input cannot be parsed as an integer, the result defaults to "0"
  • If A and B are equal, returns that value
  • This node doesn't have execution pins - it's a pure data node

Example Usage

Find the maximum value between two integers, such as comparing counts, finding upper bounds, or selecting the higher value. Connect integer outputs to the A and B inputs, then use the Result output in other calculations or comparisons.

Flow Download Example

Placeholder for flow download example

Additional Pictures

Placeholder for additional node images and examples