Translation

English
English Korean
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는 선택 사항입니다.
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> 경우 1(또는 C)을 반환하고, 그렇지 않은 경우 B 또는 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< 경우 1(또는 C)을 반환하고, 그렇지 않은 경우 B 또는 0(또는 D)을 반환합니다. 매개 변수 C 및 D는 선택 사항입니다.
f_ge - Alias of f_cmp - IS GREATER OR EQUAL f_ge - 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_le - Alias of f_cmp - IS LOWER OR EQUAL f_le - 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는 선택 사항입니다.
Addition 추가
Mathematical Operation to return the sum of two or more summands 두 개 이상의 합계의 합을 반환하는 수학 연산
Subtraction 공제
Mathematical Operation to return the difference of minuend and subtrahend minuend와 subtrahend의 차이를 반환하는 수학 연산
Multiplication 곱셈
Mathematical Operation to return the product of multiplier and multiplicant multiplier와 multiplicant의 곱을 반환하는 수학 연산
Division
Mathematical Operation to return the fraction of divident and divisor divident와 divisor의 분수를 반환하는 수학 연산
Modulus 계수
Mathematical Operation to return the remainder of a division of two integers 두 정수의 나눗셈의 나머지를 반환하는 수학 연산
Exponentiation - PHP5.6 or above required Exponentiation - PHP5.6 이상 필요
Mathematical Operation to return the repeated multiplication (or division) of a base by its exponent. Mathematical Operation은 밑의 반복되는 곱셈(또는 나눗셈)을 지수로 반환합니다.
Decimal Mark 소수 표시

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 139