Translation

English
English Korean
Returns the xth percentitle. x번째 백분암을 반환합니다.
$var: threshold in percent. Range: [0< $var ≤100] $var: 임계값(%)입니다. 범위: [0< $var ≤100]
f_dot - Duration Over Threshold f_dot - 임계값을 초과하는 기간
Returns the duration over a defined threshold in percent. 정의된 임계값을 초과하는 기간을 백분율로 반환합니다.
$var: threshold (absolute) $var: 임계값(절대값)
f_sot - Sum Over Threshold f_sot - 임계값을 초과한 합계
Returns the sum of values over a defined threshold. 정의된 임계값을 초과하는 값의 합계를 반환합니다.
f_floor - Round Fractions Down f_floor - 분수를 내림합니다.
Returns the next lowest integer value by rounding down value if necessary. 필요한 경우 value를 내림하여 다음으로 가장 낮은 정수 값을 반환합니다.
$var: float $var: 플로트
f_ceil - Round Fractions Up f_ceil - 분수를 반올림합니다.
Returns the next highest integer value by rounding up value if necessary. 필요한 경우 value를 반올림하여 다음으로 가장 높은 정수 값을 반환합니다.
f_round - Round A Float f_round - 라운드 A 플로트
Returns the rounded integer value of any given float. 주어진 float의 반올림된 정수 값을 반환합니다.
$var: float or string value $var: float 또는 string 값
f_high - Find Highest Value f_high - 가장 높은 값 찾기
Returns the highest value of a given list of parameters 주어진 매개 변수 목록의 가장 높은 값을 반환합니다.
$var1, $var2, $var3 ...: values to be compared $var 1, $var 2, $var 3 ...: 비교할 값
f_high - Find Lowest Value f_high - 가장 낮은 값 찾기
Returns the lowest value of a given list of parameters 주어진 매개 변수 목록의 가장 낮은 값을 반환합니다.
f_if - Conditional Operation - IF-THEN-ELSE Logic f_if - 조건부 연산 - IF-THEN-ELSE 논리
Returns B if A is true or C if A is false A가 참이면 B를 반환하고 A가 거짓이면 C를 반환합니다.
f_isNaN - Find whether a value is not a number f_isNaN - 값이 숫자가 아닌지 확인
Returns 1 (or B) if A === NaN or 0 (or C) if not. Parameters B and C are optional. A === NaN이면 1(또는 B)을 반환하고, 그렇지 않으면 0(또는 C)을 반환합니다. 매개 변수 B 및 C는 선택 사항입니다.
f_cmp - Complex Comparison f_cmp - 복소수 비교
f_int - Alias of f_floor f_int - f_floor의 별칭
f_rnd - Alias of f_round f_rnd - f_round의 별칭
f_eq - Alias of f_cmp - IS EQUAL f_eq - f_cmp의 별칭 - 같음
Returns 1 (or C) if A == B or 0 (or D) if not. Parameters C and D are optional. A == B인 경우 1(또는 C)을 반환하고 그렇지 않은 경우 0(또는 D)을 반환합니다. 매개 변수 C 및 D는 선택 사항입니다.
f_uq - Alias of f_cmp - IS UNEQUAL f_uq - f_cmp의 별칭 - 같지 않음
Returns 1 (or C) if A != B or 0 (or D) if not. Parameters C and D are optional. A != B인 경우 1(또는 C)을 반환하고 그렇지 않은 경우 0(또는 D)을 반환합니다. 매개 변수 C 및 D는 선택 사항입니다.

Loading…

No matching activity found.

Browse all component changes

Glossary

English Korean
No related strings found in the glossary.

String information

String age
3 years ago
Source string age
3 years ago
Translation file
locales/po/ko-KR.po, string 118