Get Remainder Method
The Get Remainder method returns the remainder after a division operation that the Clib Divide method performs. You use this method in conjunction with the Clib Divide method.
Format
intVar.rem
The following table describes the arguments for the Get Remainder method.
Argument | Description |
---|---|
intVar |
Any variable that contains an integer. |
Example
For an example, see Clib Divide Method.