|
f_xth - Xth Percentile
|
f_xth - Percentil X
|
|
Returns the xth percentitle.
|
Devolve o percentitl x.
|
|
$var: threshold in percent. Range: [0< $var ≤100]
|
$var: limite em percentagem. Intervalo: [0< $var ≤100]
|
|
f_dot - Duration Over Threshold
|
f_dot - Duração acima do limiar
|
|
Returns the duration over a defined threshold in percent.
|
Devolve a duração acima de um limite definido em percentagem.
|
|
$var: threshold (absolute)
|
$var: limiar (absoluto)
|
|
f_sot - Sum Over Threshold
|
f_sot - Soma acima do limiar
|
|
Returns the sum of values over a defined threshold.
|
Devolve a soma dos valores acima de um limite definido.
|
|
f_floor - Round Fractions Down
|
f_floor - Frações redondas para baixo
|
|
Returns the next lowest integer value by rounding down value if necessary.
|
Devolve o valor inteiro mais baixo seguinte arredondando o valor para baixo, se necessário.
|
|
$var: float
|
$var: flutuar
|
|
f_ceil - Round Fractions Up
|
f_ceil - Redondo 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 para cima, se necessário.
|
|
f_round - Round A Float
|
f_round - Flutuador redondo A
|
|
Returns the rounded integer value of any given float.
|
Devolve o valor inteiro arredondado de qualquer flutuação.
|
|
$var: float or string value
|
$var: valor float ou string
|
|
f_high - Find Highest Value
|
f_high - Encontre o melhor valor
|
|
Returns the highest value of a given list of parameters
|
Devolve o valor mais elevado de uma determinada lista 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 - Encontre o menor valor
|