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