stock

floatmin

Syntax

stock Float:floatmin(Float:ValueA, Float:ValueB)

Description

Returns whichever value is the smaller one

Parameters

ValueA The first value
ValueB The second value

Return

ValueA if it is smaller than ValueB, and vice versa