MOD

MOD returns the remainder of dividing a number by a divisor.

This function is valid in both rules and TurboIntegrator processes.

Syntax

MOD(number, divisor)

Argument

Description

number

The number for which you want to find the remainder.

divisor

The value by which the number argument is divided.

Example

MOD(10, 3) returns 1.