English Turkish
Returns the sum of values over a defined threshold. Değerlerin sayısını döndürür
f_floor - Round Fractions Down f_floor - Kesirleri Aşağı Yuvarla
Returns the next lowest integer value by rounding down value if necessary. Gerekirse değeri aşağı yuvarlayarak sonraki en düşük tamsayı değerini döndürür.
$var: float $ var: float
f_ceil - Round Fractions Up f_ceil - Kesirleri Yuvarla
Returns the next highest integer value by rounding up value if necessary. Gerekirse değeri yukarı yuvarlayarak sonraki en yüksek tamsayı değerini döndürür.
f_round - Round A Float f_round - Yuvarlak A Float
Returns the rounded integer value of any given float. Belirli bir parametre listesinin en düşük değerini döndürür
$var: float or string value $ var: float veya string değeri
f_high - Find Highest Value f_high - En Yüksek Değeri Bul
Returns the highest value of a given list of parameters Belirli bir parametre listesinin en yüksek değerini döndürür
$var1, $var2, $var3 ...: values to be compared $ var1, $ var2, $ var3 ...: karşılaştırılacak değerler
f_high - Find Lowest Value f_high - En Düşük Değeri Bul
Returns the lowest value of a given list of parameters Belirli bir parametre listesinin en düşük değerini döndürür
f_if - Conditional Operation - IF-THEN-ELSE Logic f_if - Koşullu İşlem - IF-THEN-ELSE Mantığı
Returns B if A is true or C if A is false A doğruysa B'yi veya A yanlışsa C'yi döndürür
f_isNaN - Find whether a value is not a number f_isNaN - Bir değerin sayı olup olmadığını bulur
Returns 1 (or B) if A === NaN or 0 (or C) if not. Parameters B and C are optional. A === NaN ise 1 (veya B) veya değilse 0 (veya C) döndürür. B ve C parametreleri isteğe bağlıdır.
f_cmp - Complex Comparison f_cmp - Karmaşık Karşılaştırma
f_int - Alias of f_floor f_int - f_floor'un takma adı