FloatCompare
Compares two floats.
native int FloatCompare(float fOne, float fTwo)
Return Value
int Returns 1 if the first argument is greater than the second argument.
Returns -1 if the first argument is smaller than the second argument.
Returns 0 if both arguments are equal.