English Portuguese (Brazil)
Returns the duration over a defined threshold in percent. Retorna a duração acima de um limite definido em porcentagem.
$var: threshold (absolute) $ var: limite (absoluto)
f_sot - Sum Over Threshold f_sot - Soma acima do limite
Returns the sum of values over a defined threshold. Retorna o número de valores
f_floor - Round Fractions Down f_floor - Arredondar as frações para baixo
Returns the next lowest integer value by rounding down value if necessary. Retorna o próximo valor inteiro mais baixo arredondando o valor para baixo, se necessário.
$var: float $ var: float
f_ceil - Round Fractions Up f_ceil - Arredonda as frações para cima
Returns the next highest integer value by rounding up value if necessary. Retorna o próximo valor inteiro mais alto, arredondando o valor para cima, se necessário.
f_round - Round A Float f_round - Rodada A Float
Returns the rounded integer value of any given float. Retorna o valor mais baixo de uma determinada lista de parâmetros
$var: float or string value $ var: valor flutuante ou string
f_high - Find Highest Value f_high - Encontre o valor mais alto
Returns the highest value of a given list of parameters Retorna o valor mais alto de uma determinada lista de parâmetros
$var1, $var2, $var3 ...: values to be compared $ var1, $ var2, $ var3 ...: valores a serem comparados
f_high - Find Lowest Value f_high - Encontre o valor mais baixo
Returns the lowest value of a given list of parameters Retorna o valor mais baixo de uma determinada lista de parâmetros
f_if - Conditional Operation - IF-THEN-ELSE Logic f_if - Operação condicional - Lógica IF-THEN-ELSE
Returns B if A is true or C if A is false Retorna B se A for verdadeiro ou C se A for falso
f_isNaN - Find whether a value is not a number f_isNaN - Descubra se um valor não é um número