Catalog of Functionality > RWalib > Type Conversion
  

Type Conversion
alibByte
Converts an array to type unsigned char.
alibShort
Converts an array to type short.
alibInt
Converts an array to type int.
alibLong
Converts an array to type long (64-bit int).
alibFloat
Converts an array to type float (real part for complex input).
alibDouble
Converts an array to type double (real part for complex input).
cmplxflt
Returns a single-precision complex number for two real inputs.
cmplxdbl
Returns a double-precision complex number for two real inputs.
alibComplex
Makes a complex array from real arrays or scalars.
alibImaginary
Returns imaginary part of each element in a complex array.

Version 2017.0
Copyright © 2017, Rogue Wave Software, Inc. All Rights Reserved.