Skip to main content
Version: 2.13

Max

Returns the largest of 2 numbers.

Description​

Compares 2 numbers and returns the largest one.

Inputs​

  • a (Number): First operand.
  • b (Number): Second operand.

Outputs​

  • Max(a,b) (Number): The largest of the 2 operands.