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

quot Method


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

Syntax

intVar.quot

Placeholder
Description
intVar
Any variable containing an integer

Returns

The quotient part 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() functions. For details, read Clib.div() Method and Clib.ldiv() Method.

Example

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

See Also

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


 Siebel eScript Language Reference 
 Published: 18 April 2003