Mod

From MultiCharts
Revision as of 14:15, 26 January 2012 by 194.84.116.138 (talk) (Created page with "Returns the remainder from dividing one specified numerical expression by another. ==== Usage ==== <syntaxhighlight>Mod(Dividend,Divisor)</syntaxhighlight> Where: [[Divid...")
(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.

Usage

Mod(Dividend,Divisor)

Where: Dividend - a numerical expression

Divisor - a numerical expression

Example

Mod(25,7) will return a value of 4