floatcmp
- Синтаксис
-
native floatcmp(Float:fOne, Float:fTwo);
Переменная | Описание |
---|---|
Нет агрументов |
- Описание
- 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.