Translation

English
English Chinese (Traditional)
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 為 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 的別名 - 等於
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 UNEQUAL
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 返回 minuend 和 subtrahend 之差的數學運算
Multiplication 分堂
Mathematical Operation to return the product of multiplier and multiplicant 返回乘數和被乘數乘積的數學運算
Division 部門
Mathematical Operation to return the fraction of divident and divisor 返回被除數和除數分數的數學運算

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 134