Siebel Developer's Reference > Operators, Expressions, and Conditions >

Arithmetic Operators


Table 158 describes the purpose of each arithmetic operator and gives an example of how it is used:

Table 158. Arithmetic Operators
Operator
Purpose
Example

+

Add

[Record Number] + 1

-

Subtract

[Record Number] - 1

-

Negate

[Revenue] < -100

*

Multiply

[Subtotal] * 0.0625

/

Divide

[Total Items] / [Total Orders]

^

Exponent

[Grid Height] ^ 2

Siebel Developer's Reference Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.