Translation

English
English German
f_high - Find Lowest Value f_high - Niedrigsten Wert suchen
Returns the lowest value of a given list of parameters Liefert den niedrigsten Wert einer gegebenen Liste von Parametern.
f_if - Conditional Operation - IF-THEN-ELSE Logic f_if - Bedingter Betrieb - IF-THEN-ELSE-Logik
Returns B if A is true or C if A is false Gibt B zurück, wenn A wahr ist, oder C, wenn A falsch ist
f_isNaN - Find whether a value is not a number f_isNaN - Finden Sie heraus, ob ein Wert keine Zahl ist
Returns 1 (or B) if A === NaN or 0 (or C) if not. Parameters B and C are optional. Gibt 1 (oder B) zurück, wenn A === NaN oder 0 (oder C), wenn nicht. Die Parameter B und C sind optional.
f_cmp - Complex Comparison f_cmp - Komplexer Vergleich
f_int - Alias of f_floor f_int - Alias von f_floor
f_rnd - Alias of f_round f_rnd - Alias von f_round
f_eq - Alias of f_cmp - IS EQUAL f_eq - Alias von f_cmp - IST GLEICH
Returns 1 (or C) if A == B or 0 (or D) if not. Parameters C and D are optional. Gibt 1 (oder C) zurück, wenn A == B oder 0 (oder D), wenn nicht. Die Parameter C und D sind optional.
f_uq - Alias of f_cmp - IS UNEQUAL f_uq - Alias von f_cmp - IST UNGLEICH
Returns 1 (or C) if A != B or 0 (or D) if not. Parameters C and D are optional. Gibt 1 (oder C) zurück, wenn A! = B oder 0 (oder D), wenn nicht. Die Parameter C und D sind optional.
f_gt - Alias of f_cmp - IS GREATER THAN f_gt - Alias von f_cmp - IST GRÖSSER ALS
Returns 1 (or C) if A > B or 0 (or D) if not. Parameters C and D are optional. Gibt 1 (oder C) zurück, wenn A> B oder 0 (oder D), wenn nicht. Die Parameter C und D sind optional.
f_lt - Alias of f_cmp - IS LOWER THAN f_lt - Alias von f_cmp - IST UNTER
Returns 1 (or C) if A < B or 0 (or D) if not. Parameters C and D are optional. Gibt 1 (oder C) zurück, wenn A <B oder 0 (oder D), wenn nicht. Die Parameter C und D sind optional.
f_ge - Alias of f_cmp - IS GREATER OR EQUAL f_ge - Alias von f_cmp - IST GRÖSSER ODER GLEICH
Returns 1 (or C) if A >= B or 0 (or D) if not. Parameters C and D are optional. Gibt 1 (oder C) zurück, wenn A> = B oder 0 (oder D), wenn nicht. Die Parameter C und D sind optional.
f_le - Alias of f_cmp - IS LOWER OR EQUAL f_le - Alias von f_cmp - IST UNTER ODER GLEICH
Returns 1 (or C) if A <= B or 0 (or D) if not. Parameters C and D are optional. Gibt 1 (oder C) zurück, wenn A <= B oder 0 (oder D), wenn nicht. Die Parameter C und D sind optional.
Addition Zusatz
Mathematical Operation to return the sum of two or more summands Mathematische Operation, um die Summe von zwei oder mehr Summanden zurückzugeben
Subtraction Abzüglich
Mathematical Operation to return the difference of minuend and subtrahend Mathematische Operation, um die Differenz von Minuend und Subtrahend zurückzugeben
Multiplication Multiplikation
Mathematical Operation to return the product of multiplier and multiplicant Mathematische Operation, um das Produkt aus Multiplikator und Multiplikant zurückzugeben
Division Division
Mathematical Operation to return the fraction of divident and divisor Mathematische Operation, um den Bruchteil von Divident und Divisor zurückzugeben
Modulus Modul
Mathematical Operation to return the remainder of a division of two integers Mathematische Operation, um den Rest einer Division von zwei ganzen Zahlen zurückzugeben

Loading…

No matching activity found.

Browse all component changes

Glossary

English German
No related strings found in the glossary.

String information

String age
3 years ago
Source string age
3 years ago
Translation file
locales/po/de-DE.po, string 135