Name
tuple_is_numbertuple_is_numberTupleIsNumberTupleIsNumber — Check a tuple (of strings) whether it represents numbers.
Herror tuple_is_number(double T, Hlong* IsNumber)
Herror T_tuple_is_number(const Htuple T, Htuple* IsNumber)
tuple_is_numbertuple_is_numberTupleIsNumberTupleIsNumberTupleIsNumber checks each element of the input tuple
TTTTt whether it represents a number. If the element is a
number (real or integer), 1 is returned for that element.
If the element is a string, it is checked whether the string represents a
number. If so, 1 is returned, otherwise 0.
Exception: Empty input tuple
If the input tuple is empty, the operator returns an empty tuple.
HDevelop In-line Operation
HDevelop provides an in-line operation for tuple_is_numbertuple_is_numberTupleIsNumberTupleIsNumberTupleIsNumber,
which can be used in an expression in the following syntax:
IsNumber := is_number(T)
- Multithreading type: independent (runs in parallel even with exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
TTTTt (input_control) number(-array) → HTupleHTupleHtuple (real / integer / string) (double / int / long / string) (double / Hlong / HString) (double / Hlong / char*)
Input tuple.
Tuple with boolean numbers.
tuple_is_inttuple_is_intTupleIsIntTupleIsIntTupleIsInt,
tuple_is_realtuple_is_realTupleIsRealTupleIsRealTupleIsReal,
tuple_typetuple_typeTupleTypeTupleTypeTupleType
tuple_numbertuple_numberTupleNumberTupleNumberTupleNumber
Foundation