Translation

English
English Korean
$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. 필요한 경우 값을 내림하여 다음으로 낮은 정수 값을 반환합니다.
$var: float $ var : 부동
f_ceil - Round Fractions Up f_ceil-분수 올림
Returns the next highest integer value by rounding up value if necessary. 필요한 경우 값을 반올림하여 다음으로 높은 정수 값을 반환합니다.
f_round - Round A Float f_round-라운드 A 플로트
Returns the rounded integer value of any given float. 지정된 파라미터리스트의 최저치를 돌려줍니다.
$var: float or string value $ var : 부동 또는 문자열 값
f_high - Find Highest Value f_high-가장 높은 값 찾기
Returns the highest value of a given list of parameters 지정된 매개 변수 목록의 가장 높은 값을 반환합니다.
$var1, $var2, $var3 ...: values to be compared $ var1, $ var2, $ var3 ... : 비교할 값
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의 별칭-IS 같음
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는 선택 사항입니다.
f_gt - Alias of f_cmp - IS GREATER THAN f_gt-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_lt - Alias of f_cmp - IS LOWER THAN f_lt-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

Things to check

Mismatched full stop

Source and translation do not both end with a full stop

Reset

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 121