English Italian
$var: threshold (absolute) $ var: soglia (assoluta)
f_sot - Sum Over Threshold f_sot - Somma sopra la soglia
Returns the sum of values over a defined threshold. Restituisce il numero di valori
f_floor - Round Fractions Down f_floor - Arrotonda le frazioni per difetto
Returns the next lowest integer value by rounding down value if necessary. Restituisce il valore intero più basso successivo arrotondando per difetto il valore, se necessario.
$var: float $ var: float
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 valore intero più alto successivo arrotondando il valore se necessario.
f_round - Round A Float f_round - Round A Float
Returns the rounded integer value of any given float. Restituisce il valore più basso di un dato elenco di parametri
$var: float or string value $ var: float o valore 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 dato elenco di parametri
$var1, $var2, $var3 ...: values to be compared $ var1, $ var2, $ var3 ...: 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 dato 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 - Trova 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) in caso contrario. I parametri B e C sono opzionali.