Siebel eScript Language Reference > Methods Reference > Mathematical Methods >

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

Table 111 describes the arguments for the Get Remainder method.

Table 111. Arguments for the Get Remainder Method
Argument
Description

intVar

Any variable that contains an integer.

Example

For an example, see Clib Divide Method.

Siebel eScript Language Reference Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.