min(Variable, Variable) Function

Top 

Description

Returns the minimum of the two arguments.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Function Signature

min(

Variable value,


Variable value)

 

 

Arguments

value


Description:

Value to compare.

 

 

value


Description:

Value to compare.

 

 

 

Return Value

Type:

number

 

 

Returns the minimum of the two values.

 

Syntax

myVariable1 = min(myVariable2, myVariable3);

 

 

See also

min