Translation

English
English Dutch
f_if - Conditional Operation - IF-THEN-ELSE Logic f_if - Voorwaardelijke werking - IF-THEN-ELSE Logic
Returns B if A is true or C if A is false Geeft B terug als A waar is of C als A niet waar is
f_isNaN - Find whether a value is not a number f_isNaN - Zoek uit of een waarde geen getal is
Returns 1 (or B) if A === NaN or 0 (or C) if not. Parameters B and C are optional. Geeft 1 (of B) terug als A === NaN of 0 (of C) indien niet. Parameters B en C zijn optioneel.
f_cmp - Complex Comparison f_cmp - Complexe vergelijking
f_int - Alias of f_floor f_int - Alias van f_floor
f_rnd - Alias of f_round f_rnd - Alias van f_round
f_eq - Alias of f_cmp - IS EQUAL f_eq - Alias van f_cmp - IS GELIJK
Returns 1 (or C) if A == B or 0 (or D) if not. Parameters C and D are optional. Geeft 1 (of C) terug als A == B of 0 (of D) indien niet. Parameters C en D zijn optioneel.
f_uq - Alias of f_cmp - IS UNEQUAL f_uq - Alias van f_cmp - IS ONGELIJK
Returns 1 (or C) if A != B or 0 (or D) if not. Parameters C and D are optional. Geeft 1 (of C) terug als A! = B of 0 (of D) als dat niet het geval is. Parameters C en D zijn optioneel.
f_gt - Alias of f_cmp - IS GREATER THAN f_gt - Alias van f_cmp - IS GROTER DAN
Returns 1 (or C) if A > B or 0 (or D) if not. Parameters C and D are optional. Geeft 1 (of C) terug als A> B of 0 (of D) als dat niet het geval is. Parameters C en D zijn optioneel.
f_lt - Alias of f_cmp - IS LOWER THAN f_lt - Alias van f_cmp - IS LAGER DAN
Returns 1 (or C) if A < B or 0 (or D) if not. Parameters C and D are optional. Geeft 1 (of C) terug als A <B of 0 (of D) indien niet. Parameters C en D zijn optioneel.
f_ge - Alias of f_cmp - IS GREATER OR EQUAL f_ge - Alias van f_cmp - IS GROTER OF GELIJK
Returns 1 (or C) if A >= B or 0 (or D) if not. Parameters C and D are optional. Geeft 1 (of C) terug als A> = B of 0 (of D) indien niet. Parameters C en D zijn optioneel.
f_le - Alias of f_cmp - IS LOWER OR EQUAL f_le - Alias van f_cmp - IS LAGER OF GELIJK
Returns 1 (or C) if A <= B or 0 (or D) if not. Parameters C and D are optional. Geeft 1 (of C) terug als A <= B of 0 (of D) indien niet. Parameters C en D zijn optioneel.
Addition Toevoeging
Mathematical Operation to return the sum of two or more summands Wiskundige bewerking om de som van twee of meer optellingen te retourneren
Subtraction Afmelden
Mathematical Operation to return the difference of minuend and subtrahend Wiskundige bewerking om het verschil tussen minuend en aftrekker terug te geven
Multiplication Vermenigvuldiging
Mathematical Operation to return the product of multiplier and multiplicant Wiskundige bewerking om het product van vermenigvuldiger en vermenigvuldiger te retourneren
Division Divisie
Mathematical Operation to return the fraction of divident and divisor Wiskundige bewerking om de breuk van deler en deler terug te geven
Modulus Modulus
Mathematical Operation to return the remainder of a division of two integers Wiskundige bewerking om de rest van een deling van twee gehele getallen te retourneren
Exponentiation - PHP5.6 or above required Exponentiatie - PHP5.6 of hoger vereist
Mathematical Operation to return the repeated multiplication (or division) of a base by its exponent. Wiskundige bewerking om de herhaalde vermenigvuldiging (of deling) van een basis door zijn exponent terug te geven.

Loading…

No matching activity found.

Browse all component changes

Glossary

English Dutch
No related strings found in the glossary.

String information

String age
3 years ago
Source string age
3 years ago
Translation file
locales/po/nl-NL.po, string 137