Translation

English
English Japanese
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 乗数と乗算の積を返す数学演算
Division 分割
Mathematical Operation to return the fraction of divident and divisor 除数と除数の分数を返す数学演算
Modulus 係数
Mathematical Operation to return the remainder of a division of two integers 2 つの整数の除算の余りを返す数学演算

Loading…

No matching activity found.

Browse all component changes

Things to check

Consecutive duplicated words

Text contains the same word twice in a row: エイリアス

Reset

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 135