Operators

Kalipso - Developing - Form - Expressions - Functions - Functions List - Operators

Function

Description

- (Minus)

Subtracts one value from another.

% (Division Remainder)

Returns the rest of the integer division between two numbers.

* (Product)

Returns the product between two values.

/ (Division)

Divides one value to another.

+ (Plus)

Adds two values.

< (Less)

Checks if a value is lower than another.

<= (Less or Equal)

Checks if a value is lower or equal than another.

<> (Different)

Checks if a value is different from another.

= (Equal)

Checks if a value is equal to another.

> (Greater)

Checks if a value is higher than another.

>= (Greater Equal)

Checks if a value is higher or equal than another.

Is used to aggregate several conditions

Is used to aggregate several conditions.

Last updated