mathLib.minimum

The system function mathLib.minimum returns the lesser of two numbers.


mathLib.minimum syntax diagram

result

Any numeric or HEX item, as described in Mathematical (system words). The lesser of two numbers is converted to the format of result and returned in result.

numericItem1

Any numeric or HEX item, as described in Mathematical (system words).

numericItem2

Any numeric or HEX item, as described in Mathematical (system words).

Example

  result = mathLib.minimum(myItem01,myItem02);

Related reference
Mathematical (system words)