Siebel eScript Language Reference > Siebel eScript Commands > The Clib Object Math Methods >

rem Method


This method is used to find the remainder after a division operation.

Syntax

intVar.rem

Placeholder
Description

intVar

Any variable containing an integer

Returns

The remainder part of the result of a division operation performed by Clib.div() or Clib.ldiv().

Usage

This method is used in conjunction with the Clib.div() or Clib.ldiv() function. For details, see Clib.div() Method and Clib.ldiv() Method.

Example

For an example, see Clib.div() Method and Clib.ldiv() Method.

See Also

Clib.div() Method and Clib.ldiv() Method
quot Method

Siebel eScript Language Reference