Translation

English
English Russian
$var: threshold (absolute) $ var: threshold (абсолютный)
f_sot - Sum Over Threshold f_sot - Сумма выше порога
Returns the sum of values over a defined threshold. Возвращает количество значений
f_floor - Round Fractions Down f_floor - округлить дроби вниз
Returns the next lowest integer value by rounding down value if necessary. Возвращает следующее наименьшее целочисленное значение, при необходимости округляя значение в меньшую сторону.
$var: float $ var: float
f_ceil - Round Fractions Up f_ceil - округлить доли вверх
Returns the next highest integer value by rounding up value if necessary. Возвращает следующее по величине целочисленное значение, округляя значение, если необходимо.
f_round - Round A Float f_round - Круглый поплавок
Returns the rounded integer value of any given float. Возвращает наименьшее значение из заданного списка параметров.
$var: float or string value $ var: значение с плавающей запятой или строковое значение
f_high - Find Highest Value f_high - найти наибольшее значение
Returns the highest value of a given list of parameters Возвращает максимальное значение из заданного списка параметров.
$var1, $var2, $var3 ...: values to be compared $ var1, $ var2, $ var3 ...: значения для сравнения
f_high - Find Lowest Value f_high - найти наименьшее значение
Returns the lowest value of a given list of parameters Возвращает наименьшее значение из заданного списка параметров.
f_if - Conditional Operation - IF-THEN-ELSE Logic f_if - Условная операция - IF-THEN-ELSE Logic
Returns B if A is true or C if A is false Возвращает B, если A истинно, или C, если A ложно
f_isNaN - Find whether a value is not a number f_isNaN - определяет, не является ли значение числом
Returns 1 (or B) if A === NaN or 0 (or C) if not. Parameters B and C are optional. Возвращает 1 (или B), если A === NaN, или 0 (или C), если нет. Параметры B и C необязательны.
f_cmp - Complex Comparison f_cmp - Комплексное сравнение
f_int - Alias of f_floor f_int - Псевдоним f_floor
f_rnd - Alias of f_round f_rnd - Псевдоним f_round
f_eq - Alias of f_cmp - IS EQUAL f_eq - Псевдоним f_cmp - РАВНО
Returns 1 (or C) if A == B or 0 (or D) if not. Parameters C and D are optional. Возвращает 1 (или C), если A == B, или 0 (или D), если нет. Параметры C и D необязательны.
f_uq - Alias of f_cmp - IS UNEQUAL f_uq - Псевдоним f_cmp - НЕРАВНО
Returns 1 (or C) if A != B or 0 (or D) if not. Parameters C and D are optional. Возвращает 1 (или C), если A! = B, или 0 (или D), если нет. Параметры C и D необязательны.
f_gt - Alias of f_cmp - IS GREATER THAN f_gt - Псевдоним f_cmp - БОЛЬШЕ, ЧЕМ
Returns 1 (or C) if A > B or 0 (or D) if not. Parameters C and D are optional. Возвращает 1 (или C), если A> B, или 0 (или D), если нет. Параметры C и D необязательны.
f_lt - Alias of f_cmp - IS LOWER THAN f_lt - Псевдоним f_cmp - МЕНЬШЕ, ЧЕМ
Returns 1 (or C) if A < B or 0 (or D) if not. Parameters C and D are optional. Возвращает 1 (или C), если A <B, или 0 (или D), если нет. Параметры C и D необязательны.

Loading…

No matching activity found.

Browse all component changes

Things to check

Mismatched full stop

Source and translation do not both end with a full stop

Reset

Glossary

English Russian
No related strings found in the glossary.

String information

String age
3 years ago
Source string age
3 years ago
Translation file
locales/po/ru-RU.po, string 121