Translation

English
English Japanese
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が真の場合は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のエイリアス-より大きいまたは等しい
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 2つ以上の被加数の合計を返す数学演算
Subtraction 引き算
Mathematical Operation to return the difference of minuend and subtrahend 被減数と減数の差を返す数学演算

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 129