DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ SignInt()

static proto int Math::SignInt ( int i)
staticprivate

Returns sign of given value.

Аргументы
iint Value
Возвращает
int - Sign of given value
Print( Math.SignFloat(-12) );
Print( Math.SignFloat(0) );
Print( Math.SignFloat(12) );
>> -1
>> 0
>> 1
proto void Print(void var)
Prints content of variable to console/log.
void Math()
Определения EnMath.c:8