home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
swCHIP 1991 January
/
swCHIP_95-1.bin
/
demo
/
wit4711
/
lib
/
help
/
point
/
cast.
/
cast.bin
Wrap
Text File
|
1995-12-09
|
392b
|
12 lines
OPERATOR
cast --- convert a primitive object from one type to another
DESCRIPTION
The cast operator converts its input object to the specified output type. Only
primitive objects such as char, short, int, float, etc. are processed. The
type parameter selects the desired output type. The conversion parameter
determines how the input value is casted to the output type.