Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

MOD()

Return the modulus of two numbers.
---------------------------------------------------------------------------------

 Syntax

        MOD( <nNumber>,<nNumber1>) -->  <nRemainder>  

 Arguments

        <nNumber>    Numerator in a divisional expression.      

        <nNumber1>   Denominator in a divisional expression.    

 Returns

        <nRemainder>    The remainder after the division operation.    

 Description

      This functuion returns the remainder of one number divided by
      another.

 Examples

      ? MOD(12,8.521)
      ? Mod(12,0)
      ? Mod(62412.5142,4522114.12014)
  

Status

      Ready

 Compliance

      This Function is Ca-Clipper compliant.

 Platforms

      All

 Files

      Library is rtl




Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson