Translation

English
English Chinese (Simplified)
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为true,则返回B;如果A为false,则返回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的别名-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_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是可选的。
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 减法

Loading…

No matching activity found.

Browse all component changes

Glossary

English Chinese (Simplified)
No related strings found in the glossary.

String information

String age
3 years ago
Source string age
3 years ago
Translation file
locales/po/zh-CN.po, string 128