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

◆ WrapFloatInclusive()

static proto float Math::WrapFloatInclusive ( float f,
float min,
float max )
staticprivate

Returns wrap number to specified interval, inclusive [min, max].

Аргументы
ffloat Value
minfloat Minimum
maxfloat Maximum
Возвращает
float - number in specified interval [min, max]
Print( Math.WrapFloatInclusive(9.0, 1.0, 9.0) );
>> 9.0
proto void Print(void var)
Prints content of variable to console/log.
void Math()
Определения EnMath.c:8