Convert a tuple into a tuple of integer numbers.
tuple_int converts the input tuple T into a tuple of integer numbers by truncating T. The conversion of a string is not allowed.
|
T (input_control) |
number(-array) -> real / integer |
| Input tuple. | |
|
Int (output_control) |
number(-array) -> integer |
| Input tuple as integer numbers. | |
tuple_int is reentrant and processed without parallelization.
Foundation