Previous: String Conversion, Up: Data Conversion [Contents][Index]
These routines convert to another data type on a number-by-number basis. If a "wider" data type is converted to a "narrower" one, then the data value is truncated, except where noted.
To convert to byte
.
To convert to cdouble
.
To convert to cfloat
.
To convert to a complex data type.
To convert to double
.
To convert to double
.
To convert to long
.
To convert to float
.
To convert to long
, by substituting the next-lower integer value
to a fractional value if necessary.
To convert to word
.
To convert to int64
.
To convert to long
.
To convert to long
, by substituting the nearest integer value if
necessary.
To convert to word
.