Name
tuple_is_real_elemtuple_is_real_elemTupleIsRealElemtuple_is_real_elemTupleIsRealElemTupleIsRealElem — Testen, ob die Elemente eines Tupels vom Typ real (Gleitkommazahl)
sind.
tuple_is_real_elem( : : T : IsReal)
Herror tuple_is_real_elem(double T, Hlong* IsReal)
Herror T_tuple_is_real_elem(const Htuple T, Htuple* IsReal)
Herror tuple_is_real_elem(const HTuple& T, Hlong* IsReal)
Herror tuple_is_real_elem(const HTuple& T, HTuple* IsReal)
tuple_is_real_elemtuple_is_real_elemTupleIsRealElemtuple_is_real_elemTupleIsRealElemTupleIsRealElem testet die Elemente des Eingabetupels TTTTTt.
Für alle Elemente vom Typ real (Gleitkommazahl) wird 1 (true)
zurückgegeben, ansonsten wird 0 (false) zurückgegeben.
Sonderfall: Leeres Eingabetupel
Falls das Eingabetupel leer ist, gibt der Operator ein leeres Tupel zurück.
HDevelop Inline-Operation
HDevelop unterstützt eine Inline-Operation für tuple_is_real_elemtuple_is_real_elemTupleIsRealElemtuple_is_real_elemTupleIsRealElemTupleIsRealElem,
die innerhalb eines Ausdrucks in der folgenden Syntax verwendet werden
kann:
IsReal := is_real_elem(T)
tuple_is_real_elemtuple_is_real_elemTupleIsRealElemtuple_is_real_elemTupleIsRealElemTupleIsRealElem gibt true zurück, falls der interne Datentyp
der Elemente des Tupels real ist. Im Gegensatz zu
tuple_is_numbertuple_is_numberTupleIsNumbertuple_is_numberTupleIsNumberTupleIsNumber wird nicht zurückgegeben, ob die Elemente eines Tupel
als real dargestellt werden könnten.
- Multithreading-Typ: independent (läuft parallel auch zu exklusiven Operatoren).
- Multithreading-Bereich: global (kann von jedem Thread aufgerufen werden).
- Wird ohne Parallelisierung verarbeitet.
TTTTTt (input_control) number(-array) → HTupleHTupleHTupleVARIANTHtuple (real / integer / string) (double / int / long / string) (double / Hlong / HString) (double / Hlong / char*) (double / Hlong / BSTR) (double / Hlong / char*)
Eingabetupel.
Sind die Elemente des Eingabetupels vom Typ real
(Gleitkommazahl)?
tuple_is_real_elem ([3.1416,'pi',3,3.0], IsReal)
* IsReal = [true, false, false, true]
Sind die Parameterwerte korrekt, dann liefert tuple_is_real_elemtuple_is_real_elemTupleIsRealElemtuple_is_real_elemTupleIsRealElemTupleIsRealElem
den Wert 2 (H_MSG_TRUE).
tuple_typetuple_typeTupleTypetuple_typeTupleTypeTupleType,
tuple_type_elemtuple_type_elemTupleTypeElemtuple_type_elemTupleTypeElemTupleTypeElem,
tuple_is_realtuple_is_realTupleIsRealtuple_is_realTupleIsRealTupleIsReal
tuple_is_mixedtuple_is_mixedTupleIsMixedtuple_is_mixedTupleIsMixedTupleIsMixed,
tuple_is_inttuple_is_intTupleIsInttuple_is_intTupleIsIntTupleIsInt,
tuple_is_realtuple_is_realTupleIsRealtuple_is_realTupleIsRealTupleIsReal,
tuple_is_stringtuple_is_stringTupleIsStringtuple_is_stringTupleIsStringTupleIsString,
tuple_is_mixedtuple_is_mixedTupleIsMixedtuple_is_mixedTupleIsMixedTupleIsMixed,
tuple_is_int_elemtuple_is_int_elemTupleIsIntElemtuple_is_int_elemTupleIsIntElemTupleIsIntElem,
tuple_is_string_elemtuple_is_string_elemTupleIsStringElemtuple_is_string_elemTupleIsStringElemTupleIsStringElem,
tuple_is_numbertuple_is_numberTupleIsNumbertuple_is_numberTupleIsNumberTupleIsNumber
Foundation