Home
>
Commands
>
Core
> Mod
Mod
Description
Returns the remainder of the integer division a/b.
Definition
integer Mod( a, b )
int agk::Mod( int a, int b )
Parameters
a
- The numerator.
b
- The denominator.