Next: , Previous: , Up: Data Conversion   [Contents][Index]


11.7.1 Data Mapping

These routines convert to another data type (Numerical Data Types) on a byte-by-byte basis; i.e., the contents in memory are unchanged, but are interpreted as being of a different data type.

bmap

To convert to byte.

cdmap

To convert to cdouble.

cfmap

To convert to cfloat.

dmap

To convert to double.

fmap

To convert to float.

int64map

To convert to int64.

lmap

To convert to long.

smap

To convert to string.

wmap

To convert to word.