Free cookie consent management tool by TermsFeed mod() Function
mod() Function

Function

mod( dividend, divisor )

Returns the remainder of dividend when divided by the divisor.

Parameters

Keyword Type Description

dividend

Decimal Array

The number that will serve as the dividend in the modulus calculation.

divisor

Decimal Array

The number that will serve as the divisor or base in the modulus calculation.

Returns

Number

Examples

mod(8,3) returns 2

Feature compatibility

The table below lists this function's compatibility with various features in Appian.
Feature Compatibility Note
Portals Compatible
Offline Mobile Compatible
Custom Record Field Expressions Compatible
Process Reports Compatible
Process Events Compatible
Open in Github Built: Fri, Feb 23, 2024 (09:12:49 PM)

mod() Function

FEEDBACK