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

Arithmetic Operators


Table 205 describes arithmetic operators.

Table 205. 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 © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.