stock

floatmax

Syntax

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

Description

Returns whichever value is the greater one

Parameters

ValueA The first value
ValueB The second value

Return

ValueA if it is greater than ValueB, and vice versa