Translation

English
English Japanese
Returns the next lowest integer value by rounding down value if necessary. 必要に応じて値を切り捨てて、次に小さい整数値を返します。
$var: float $var:フロート
f_ceil - Round Fractions Up f_ceil - 分数を切り上げる
Returns the next highest integer value by rounding up value if necessary. 必要に応じて値を切り上げて、次に大きい整数値を返します。
f_round - Round A Float f_round - ラウンドAフロート
Returns the rounded integer value of any given float. 任意の float の丸められた整数値を返します。
$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 はオプションです。

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 126