Translation

English
English Italian
Returns the next lowest integer value by rounding down value if necessary. Restituisce il successivo valore intero più basso arrotondando il valore per difetto, se necessario.
$var: float $var: galleggiante
f_ceil - Round Fractions Up f_ceil - Arrotonda le frazioni per eccesso
Returns the next highest integer value by rounding up value if necessary. Restituisce il successivo valore intero più alto arrotondando il valore, se necessario.
f_round - Round A Float f_round - Carro rotondo A
Returns the rounded integer value of any given float. Restituisce il valore intero arrotondato di un valore float specificato.
$var: float or string value $var: valore float o stringa
f_high - Find Highest Value f_high - Trova il valore più alto
Returns the highest value of a given list of parameters Restituisce il valore più alto di un determinato elenco di parametri
$var1, $var2, $var3 ...: values to be compared $var 1, $var 2, $var 3...: valori da confrontare
f_high - Find Lowest Value f_high - Trova il valore più basso
Returns the lowest value of a given list of parameters Restituisce il valore più basso di un determinato elenco di parametri
f_if - Conditional Operation - IF-THEN-ELSE Logic f_if - Operazione condizionale - Logica IF-THEN-ELSE
Returns B if A is true or C if A is false Restituisce B se A è vero o C se A è falso
f_isNaN - Find whether a value is not a number f_isNaN - Trovare se un valore non è un numero
Returns 1 (or B) if A === NaN or 0 (or C) if not. Parameters B and C are optional. Restituisce 1 (o B) se A === NaN o 0 (o C) se no. I parametri B e C sono opzionali.
f_cmp - Complex Comparison f_cmp - Confronto complesso
f_int - Alias of f_floor f_int - Alias di f_floor
f_rnd - Alias of f_round f_rnd - Alias di f_round
f_eq - Alias of f_cmp - IS EQUAL f_eq - Alias di f_cmp - È UGUALE
Returns 1 (or C) if A == B or 0 (or D) if not. Parameters C and D are optional. Restituisce 1 (o C) se A == B o 0 (o D) in caso contrario. I parametri C e D sono facoltativi.
f_uq - Alias of f_cmp - IS UNEQUAL f_uq - Alias di f_cmp - È INEGUALE
Returns 1 (or C) if A != B or 0 (or D) if not. Parameters C and D are optional. Restituisce 1 (o C) se A != B o 0 (o D) in caso contrario. I parametri C e D sono facoltativi.
f_gt - Alias of f_cmp - IS GREATER THAN f_gt - Alias di f_cmp - È MAGGIORE DI
Returns 1 (or C) if A > B or 0 (or D) if not. Parameters C and D are optional. Restituisce 1 (o C) se A > B o 0 (o D) in caso contrario. I parametri C e D sono facoltativi.
f_lt - Alias of f_cmp - IS LOWER THAN f_lt - Alias di f_cmp - È INFERIORE A
Returns 1 (or C) if A < B or 0 (or D) if not. Parameters C and D are optional. Restituisce 1 (o C) se A < B o 0 (o D) in caso contrario. I parametri C e D sono facoltativi.
f_ge - Alias of f_cmp - IS GREATER OR EQUAL f_ge - Alias di f_cmp - È MAGGIORE O UGUALE
Returns 1 (or C) if A >= B or 0 (or D) if not. Parameters C and D are optional. Restituisce 1 (o C) se A >= B o 0 (o D) in caso contrario. I parametri C e D sono facoltativi.
f_le - Alias of f_cmp - IS LOWER OR EQUAL f_le - Alias di f_cmp - È INFERIORE O UGUALE
Returns 1 (or C) if A <= B or 0 (or D) if not. Parameters C and D are optional. Restituisce 1 (o C) se A <= B o 0 (o D) in caso contrario. I parametri C e D sono facoltativi.

Loading…

No matching activity found.

Browse all component changes

Glossary

English Italian
No related strings found in the glossary.

String information

String age
3 years ago
Source string age
3 years ago
Translation file
locales/po/it-IT.po, string 125