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

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, 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
rem Method

Siebel eScript Language Reference Copyright © 2007, Oracle. All rights reserved.