home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH12 / A12112.TXT < prev    next >
Encoding:
Text File  |  1993-09-14  |  206 b   |  5 lines

  1. When a conversion takes place from a floating type to an integral
  2. type, the fractional part of the value is truncated.  If the value
  3. cannot be represented by the integral type, the result is
  4. undefined.
  5.