Returns the smaller of two specified numbers.

Syntax

Smartsite SXML CopyCode image Copy Code
float math.min(float a, float b)

Parameters

Name Data Type Description
a Float First input number.
b Float Second input number.

Return Value

Data Type Description
Float The smaller of the two specified numbers.

Expand image Examples

SXML