Skip to main content
Version: 2.13

Min

Returns the smallest of 2 numbers.

Description​

Compares 2 numbers and returns the smallest one.

Inputs​

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

Outputs​

  • Min(a,b) (Number): The smallest of the 2 operands.