Cicode Programming Reference > Cicode Function Categories > Math and Trigonometry Functions > Min

Min

Returns the lower of two numbers.

Syntax

Min(Number1, Number2)

Number1:

The first number.

Number2:

The second number.

Return Value

The lower of numbers Number1 and Number2.

Related Functions

Max

Example

Variable=Min(24,12);
! Sets Variable to 12.

See Also

Math/Trigonometry Functions

Published June 2018