Mod

From MultiCharts
Jump to navigation Jump to search

Returns the remainder from dividing one specified numerical expression by another (i.e. the modulus).

Usage

Mod(Dividend, Divisor);

Where:

Dividend - a numerical expression.
Divisor - a numerical expression.

Example

Mod(25, 7);

Will return a value of 4.