Cicode Programming Reference > Cicode Function Categories > Math and Trigonometry Functions Introduction > Max

Max

Gets the higher of two numbers.

Syntax

Max(Number1, Number2)

Number1:

The first number.

Number2:

The second number.

Return Value

The higher of numbers Number1 and Number2.

Related Functions

Min

Example

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

See Also

Math/Trigonometry Functions