Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>* multiplication -- binary (mathematical)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
*              Multiplication -- binary                   (Mathematical)


Syntax:        <expN1> * <expN2>

Type:          Numeric

Operands:      <expN1> and <expN2> are the two numeric
               expressions to multiply together.

Description:   The multiplication operator (*) is a binary operator that
               returns a numeric value from its operation on <expN1> and
               <expN2>.


----------------------------------- Examples -------------------------------

   ?  3 *  0                            && Result: 0
   ?  3 * -2                            && Result: -6
   ? -3 *  2                            && Result: 6
   ? -3 *  0                            && Result: 0
   ? -1 *  3                            && Result: 3
   ? -2 *  3                            && Result: 6
   ?  2 * -3                            && Result: -6
   ?  1 * -3                            && Result: -3

See Also: % ** + - / Expr_error() SET DECIMALS SET FIXED

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