Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%Mod function


Old name
%ModI
Function
The function returns the remainder from the division arg1/arg2. Result The result is an integer value.
Declaration


Blok kódu
languageesl
themeConfluence
INT %Mod(
   INT in Arg1, 
   INT in Arg2
 )
Parameters


Arg1Dividend.
Arg2Divisor.