Difference between revisions of "Mod"

From MultiCharts
Jump to navigation Jump to search
m
Line 1: Line 1:
 
Returns the remainder from dividing one specified numerical expression by another (i.e. the modulus).   
 
Returns the remainder from dividing one specified numerical expression by another (i.e. the modulus).   
  
== Usage ==
+
http://www.buyxanaxonlinepill.com/ buy xanax - cheap xanax online
<syntaxhighlight>Mod(Dividend, Divisor);</syntaxhighlight>
 
  
Where:
 
 
:'''Dividend''' - a numerical expression.
 
           
 
:'''Divisor''' - a numerical expression.
 
 
 
== Example ==
 
== Example ==
 
<syntaxhighlight>Mod(25, 7);</syntaxhighlight>
 
<syntaxhighlight>Mod(25, 7);</syntaxhighlight>

Revision as of 10:43, 12 February 2012

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

http://www.buyxanaxonlinepill.com/ buy xanax - cheap xanax online

Example

Mod(25, 7);

Will return a value of 4.