Automate

Automate

Make your phone or tablet smarter with automation

Get it on Google Play

min

value min(value1, value2, …, valueN)

Returns the lesser of the (at least two) arguments, which can be either numbers or texts.

Numbers are compared by numerical value, texts are compared on lexicographical order.

Parameters

  1. value1 — first number or text.
  2. value2 — second number or text.
  3. valueN — N-th number or text.

Returns

  • the lesser value.
Note! This documentation is also accessible within the app from Help & feedback menu.