Siebel eScript Language Reference > Methods Reference > Mathematical Methods >

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

Table 110 describes the arguments for the Get Quotient method.

Table 110. Arguments for the Get Quotient 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.