[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppMultiplyOperator
Its opposite operator is the divide operator, /.
There is also a STL functors called std::multiplies.
The five mathematical operators are:
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppMultiplyOperator
(C++) * operator
The multiply operator is used to multiply two values.const double x = 1.5 * 1.5; //'.0' to specify these are doubles const int eight = 2 * 4;
Its opposite operator is the divide operator, /.
There is also a STL functors called std::multiplies.
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]
