Difference between revisions of "MOD()"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
Line 1: Line 1:
==Class==
 
Numeric Data
 
  
  

Revision as of 15:21, 28 October 2009


Purpose

Function to return division remainder


Syntax

MOD(<expN1>,<expN2>)


See Also

IIF(), MAX(), MIN()


Description

The MOD() returns the remainder after <expN1> has been divided by <expN2>.


Example

? mod(7,3)
       1.00


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer