[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CMultiplyOperator
Its opposite operator is the divide operator, /.
The five mathematical operators are:
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CMultiplyOperator
(C) * operator
The multiply operator is used to multiply two values.double x = 1.5 * 1.5; /* '.0' to specify these are doubles */ int eight = 2 * 4;
Its opposite operator is the divide operator, /.
The five mathematical operators are:
- +, plus operator
- -, minus operator
- *, multiply operator
- /, divide operator
- %, modulus operator
'Multiply operator' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
