Translation

English
English Chinese (Traditional)
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 減法
Mathematical Operation to return the difference of minuend and subtrahend 數學運算以返回被減數和次減數的差

Loading…

No matching activity found.

Browse all component changes

Glossary

English Chinese (Traditional)
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-TW.po, string 129