English Hindi
Returns the duration over a defined threshold in percent. निर्धारित सीमा से अधिक अवधि को प्रतिशत में लौटाता है.
$var: threshold (absolute) $var: थ्रेशोल्ड (निरपेक्ष)
f_sot - Sum Over Threshold f_sot - थ्रेशोल्ड से अधिक राशि
Returns the sum of values over a defined threshold. निर्धारित सीमा पर मानों का योग देता है.
f_floor - Round Fractions Down f_floor - गोल अंश नीचे
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 - राउंड ए फ्लोट
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 $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 LOGIC
Returns B if A is true or C if A is false B देता है यदि A सत्य है या C यदि A असत्य है
f_isNaN - Find whether a value is not a number f_isNaN - पता लगाएँ कि क्या मान कोई संख्या नहीं है