Translation

English
English Spanish
$var: threshold (absolute) $ var: umbral (absoluto)
f_sot - Sum Over Threshold f_sot - Suma por encima del umbral
Returns the sum of values over a defined threshold. Devuelve la suma de valores sobre un umbral definido.
f_floor - Round Fractions Down f_floor - Redondear fracciones hacia abajo
Returns the next lowest integer value by rounding down value if necessary. Devuelve el siguiente valor entero más bajo redondeando el valor hacia abajo si es necesario.
$var: float $ var: flotar
f_ceil - Round Fractions Up f_ceil - Redondear fracciones hacia arriba
Returns the next highest integer value by rounding up value if necessary. Devuelve el siguiente valor entero más alto redondeando el valor si es necesario.
f_round - Round A Float f_round - Ronda A Flotador
Returns the rounded integer value of any given float. Devuelve el valor entero redondeado de cualquier flotante dado.
$var: float or string value $ var: valor flotante o de cadena
f_high - Find Highest Value f_high - Encuentra el valor más alto
Returns the highest value of a given list of parameters Devuelve el valor más alto de una lista dada de parámetros
$var1, $var2, $var3 ...: values to be compared $ var1, $ var2, $ var3 ...: valores a comparar
f_high - Find Lowest Value f_high - Encontrar el valor más bajo
Returns the lowest value of a given list of parameters Devuelve el valor más bajo de una lista dada de parámetros
f_if - Conditional Operation - IF-THEN-ELSE Logic f_if - Operación condicional - Lógica IF-THEN-ELSE
Returns B if A is true or C if A is false Devuelve B si A es verdadero o C si A es falso
f_isNaN - Find whether a value is not a number f_isNaN: busca si un valor no es un número
Returns 1 (or B) if A === NaN or 0 (or C) if not. Parameters B and C are optional. Devuelve 1 (o B) si A === NaN o 0 (o C) si no. Los parámetros B y C son opcionales.
f_cmp - Complex Comparison f_cmp - Comparación compleja
f_int - Alias of f_floor f_int - Alias de f_floor
f_rnd - Alias of f_round f_rnd - Alias de f_round
f_eq - Alias of f_cmp - IS EQUAL f_eq - Alias de f_cmp - ES IGUAL
Returns 1 (or C) if A == B or 0 (or D) if not. Parameters C and D are optional. Devuelve 1 (o C) si A == B o 0 (o D) si no. Los parámetros C y D son opcionales.
f_uq - Alias of f_cmp - IS UNEQUAL f_uq - Alias de f_cmp - ES UNEQUAL
Returns 1 (or C) if A != B or 0 (or D) if not. Parameters C and D are optional. Devuelve 1 (o C) si A! = B o 0 (o D) si no. Los parámetros C y D son opcionales.
f_gt - Alias of f_cmp - IS GREATER THAN f_gt - Alias de f_cmp - ES MAYOR QUE
Returns 1 (or C) if A > B or 0 (or D) if not. Parameters C and D are optional. Devuelve 1 (o C) si A> B o 0 (o D) si no. Los parámetros C y D son opcionales.
f_lt - Alias of f_cmp - IS LOWER THAN f_lt - Alias de f_cmp - ES MENOR QUE
Returns 1 (or C) if A < B or 0 (or D) if not. Parameters C and D are optional. Devuelve 1 (o C) si A <B o 0 (o D) si no. Los parámetros C y D son opcionales.

Loading…

No matching activity found.

Browse all component changes

Glossary

English Spanish
No related strings found in the glossary.

String information

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