Type Cast Functions
Main Index
- logical LOGICAL Convert to Logical
- string STRING Convert Array to String
- uint8 UINT8 Convert to Unsigned 8-bit Integer
- uint16 UINT16 Convert to Unsigned 16-bit Integer
- uint32 UINT32 Convert to Unsigned 32-bit Integer
- uint64 UINT64 Convert to Unsigned 64-bit Integer
- int8 INT8 Convert to Signed 8-bit Integer
- int16 INT16 Convert to Signed 16-bit Integer
- int32 INT32 Convert to Signed 32-bit Integer
- int64 INT64 Convert to Signed 64-bit Integer
- single SINGLE Convert to 32-bit Floating Point
- float FLOAT Convert to 32-bit Floating Point
- double DOUBLE Convert to 64-bit Floating Point
- complex COMPLEX Convert to 32-bit Complex Floating Point
- dcomplex DCOMPLEX Convert to 32-bit Complex Floating Point
- typeof TYPEOF Determine the Type of an Argument