Translation

English
English Hindi
Returns the next highest integer value by rounding up value if necessary.
f_round - Round A Float
Returns the rounded integer value of any given float. दिए गए मापदंडों की सूची का सबसे कम मूल्य लौटाता है
$var: float or string value
f_high - Find Highest Value
Returns the highest value of a given list of parameters दिए गए मापदंडों की सूची का उच्चतम मूल्य लौटाता है
$var1, $var2, $var3 ...: values to be compared
f_high - Find Lowest Value
Returns the lowest value of a given list of parameters दिए गए मापदंडों की सूची का सबसे कम मूल्य लौटाता है
f_if - Conditional Operation - IF-THEN-ELSE Logic
Returns B if A is true or C if A is false
f_isNaN - Find whether a value is not a number
Returns 1 (or B) if A === NaN or 0 (or C) if not. Parameters B and C are optional.
f_cmp - Complex Comparison
f_int - Alias of f_floor
f_rnd - Alias of f_round
f_eq - Alias of f_cmp - IS EQUAL
Returns 1 (or C) if A == B or 0 (or D) if not. Parameters C and D are optional.
f_uq - Alias of f_cmp - IS UNEQUAL
Returns 1 (or C) if A != B or 0 (or D) if not. Parameters C and D are optional.
f_gt - Alias of f_cmp - IS GREATER THAN
Returns 1 (or C) if A > B or 0 (or D) if not. Parameters C and D are optional.
f_lt - Alias of f_cmp - IS LOWER THAN
Returns 1 (or C) if A < B or 0 (or D) if not. Parameters C and D are optional.
f_ge - Alias of 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.
f_le - Alias of 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.
Addition जोड़ना
Mathematical Operation to return the sum of two or more summands
Subtraction घटाना

Loading…

No matching activity found.

Browse all component changes

Glossary

English Hindi
No related strings found in the glossary.

String information

String age
3 years ago
Source string age
3 years ago
Translation file
locales/po/hi-IN.po, string 128