home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH08 / A081063.TXT < prev    next >
Encoding:
Text File  |  1993-11-30  |  311 b   |  6 lines

  1. The function mpy() returns a Vector object.  The return value is
  2. calculated by multiplying the Vector object passed in the argument
  3. "vect" by the value of the Fraction object passed in the argument
  4. "f".  Notice that this function must use a member selection
  5. operator to access the members of both classes.
  6.