Translation

English
English Japanese
$var: float or string value $var: float または string 値
f_high - Find Highest Value f_high - 最も高い値を見つける
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 のエイリアス - IS EQUAL
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) - IS GREATER THAN
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) - IS LOWER THAN (エイリアス (エイリアス of ) () - IS LOWER THAN (より小さい)
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 のエイリアス - IS GREATER OR EQUAL
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 のエイリアス - IS LOWER OR EQUAL
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 2 つ以上の合計を返す数学演算
Subtraction 引き算
Mathematical Operation to return the difference of minuend and subtrahend minuendとsubtrahendの差を返す数学演算
Multiplication 掛け算
Mathematical Operation to return the product of multiplier and multiplicant 乗数と乗算の積を返す数学演算

Loading…

No matching activity found.

Browse all component changes

Glossary

English Japanese
No related strings found in the glossary.

String information

String age
3 years ago
Source string age
3 years ago
Translation file
locales/po/ja-JP.po, string 132