|
f_xth - Xth Percentile
|
f_xth - दसवीं प्रतिशतक
|
|
Returns the xth percentitle.
|
दसवाँ पर्सेंटाइल देता है.
|
|
$var: threshold in percent. Range: [0< $var ≤100]
|
$var: प्रतिशत में दहलीज। रेंज: [0< $var ≤100]
|
|
f_dot - Duration Over Threshold
|
f_dot - थ्रेसहोल्ड से अधिक अवधि
|
|
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 - न्यूनतम मान ज्ञात कीजिए
|