Convert a tuple (of strings) into a tuple of numbers.
::tuple_number converts the input tuple T into a tuple of numbers. If the input tuple contains numbers, they are simply copied into the output tuple. Strings are converted into the appropriate type of number (integer or floating point numbers) or are copied as strings if they do not represent a number.
|
T (input_control) |
number(-array) -> HTuple.double / long / char * |
| Input tuple. | |
|
Number (output_control) |
number(-array) -> (HTuple.) double * / long * / char * |
| Input tuple as numbers. | |
::tuple_is_number, ::tuple_string
Operators not requiring licensing