Mod

From MultiCharts
Revision as of 13:12, 13 February 2012 by Admin (talk | contribs) (Reverted edits by 176.8.90.7 (talk) to last revision by JoshM)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.