|
f_dot - Duration Over Threshold
|
f_dot - Duración por encima del umbral
|
|
Returns the duration over a defined threshold in percent.
|
Devuelve la duración por encima de un umbral definido en porcentaje.
|
|
$var: threshold (absolute)
|
$var: umbral (absoluto)
|
|
f_sot - Sum Over Threshold
|
f_sot - Suma sobre el umbral
|
|
Returns the sum of values over a defined threshold.
|
Devuelve la suma de los valores por encima de 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 hacia arriba 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 float dado.
|
|
$var: float or string value
|
$var: valor float o string
|
|
f_high - Find Highest Value
|
f_high - Encontrar el valor más alto
|
|
Returns the highest value of a given list of parameters
|
Devuelve el valor más alto de una lista determinada de parámetros
|
|
$var1, $var2, $var3 ...: values to be compared
|
$var 1, $var 2, $var 3 ...: valores a comparar
|
|
f_high - Find Lowest Value
|
f_high - Buscar el valor más bajo
|
|
Returns the lowest value of a given list of parameters
|
Devuelve el valor más bajo de una lista determinada 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
|