|
f_xth - Xth Percentile
|
f_xth - Percentil X
|
|
Returns the xth percentitle.
|
Retorna o xº percentitle.
|
|
$var: threshold in percent. Range: [0< $var ≤100]
|
$var: limite em porcentagem. Faixa: [0< $var ≤100]
|
|
f_dot - Duration Over Threshold
|
f_dot - Duração acima do limite
|
|
Returns the duration over a defined threshold in percent.
|
Retorna a duração acima de um limite definido em porcentagem.
|
|
$var: threshold (absolute)
|
$var: limiar (absoluto)
|
|
f_sot - Sum Over Threshold
|
f_sot - Soma acima do limite
|
|
Returns the sum of values over a defined threshold.
|
Retorna a soma dos valores acima de um limite definido.
|
|
f_floor - Round Fractions Down
|
f_floor - Arredondar 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: flutuador
|
|
f_ceil - Round Fractions Up
|
f_ceil - Arredondar 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, se necessário.
|
|
f_round - Round A Float
|
f_round - Flutuador redondo A
|
|
Returns the rounded integer value of any given float.
|
Retorna o valor inteiro arredondado de qualquer float fornecido.
|
|
$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
|
$var 1, $var 2, $var 3 ...: valores a serem comparados
|
|
f_high - Find Lowest Value
|
f_high - Encontre o valor mais baixo
|