DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
SignFloat()
static proto
float
Math::SignFloat
(
float
f
)
static
private
Returns sign of given value.
Аргументы
f
float
Value
Возвращает
float
- Sign of given value
Print
(
Math
.SignFloat(-12.0) );
Print
(
Math
.SignFloat(0.0) );
Print
(
Math
.SignFloat(12.0) );
>> -1.0
>> 0
>> 1.0
Print
proto void Print(void var)
Prints content of variable to console/log.
Math::Math
void Math()
Определения
EnMath.c:8
Math
Создано системой
1.13.2