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

Function

quotient( numerator, denominator )

Returns the quotient when numerator is divided by the denominator, and drops the remainder.

Parameters

Keyword Type Description

numerator

Decimal

The numerator of the quotient, or the number that is divided.

denominator

Decimal

The denominator of the quotient, or the number to divide by.

Returns

Integer

Examples

The denominator value cannot be 0.

Examples

quotient(8.0,3.0) 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, Mar 22, 2024 (05:03:50 PM)

quotient() Function

FEEDBACK