English Japanese
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のエイリアス-同等です
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はオプションです。
f_ge - Alias of f_cmp - IS GREATER OR EQUAL f_ge-f_cmpのエイリアス-より大きいまたは等しい