home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / demo / wit4711 / lib / help / point / cast. / cast.bin
Text File  |  1995-12-09  |  392b  |  12 lines

  1. OPERATOR
  2.  
  3. cast --- convert a primitive object from one type to another
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The cast operator converts its input object to the specified output type. Only 
  9. primitive objects such as char, short, int, float, etc. are processed. The 
  10. type parameter selects the desired output type. The conversion parameter 
  11. determines how the input value is casted to the output type. 
  12.