native
floatcmp
Syntax
native floatcmp(Float:fOne, Float:fTwo);
Description
Compare two integers. If the two elements are equal, return 0.
If the first argument is greater than the second argument, return 1,
If the first argument is less than the second argument, return -1.