Run-Time Functions > Functions: A - M > MOD

www.kxcad.net Home > CAE Index > MSC Software Index > Adams MD R2 Index


Your Ad Here

MOD
Returns the remainder when one expression representing a numerical value is divided by another expression that represents a numerical value:
MOD(a1, a2) = a1 - INT(a1/a2) * a2  
 
Note:  
Format
MOD(x1,x2)
Arguments
 
Examples
The following examples illustrate the use of the MOD function:
 
 
Learn more about math functions.
Your Ad Here