tuple_is_int_elemtuple_is_int_elemTupleIsIntElemTupleIsIntElemtuple_is_int_elem (Operator)
Name
tuple_is_int_elemtuple_is_int_elemTupleIsIntElemTupleIsIntElemtuple_is_int_elem — Testen, ob die Elemente eines Tupels vom Typ integer (Ganzzahl)
sind.
Signatur
tuple_is_int_elem( : : T : IsInt)
Herror tuple_is_int_elem(const Hlong T, Hlong* IsInt)
Herror T_tuple_is_int_elem(const Htuple T, Htuple* IsInt)
def tuple_is_int_elem(t: HTupleType) -> Sequence[int]
def tuple_is_int_elem_s(t: HTupleType) -> int
Beschreibung
tuple_is_int_elemtuple_is_int_elemTupleIsIntElemTupleIsIntElemTupleIsIntElemtuple_is_int_elem testet die Elemente des Eingabetupels TTTTtt.
Für alle Elemente vom Typ integer (Ganzzahl) 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_int_elemtuple_is_int_elemTupleIsIntElemTupleIsIntElemTupleIsIntElemtuple_is_int_elem,
die innerhalb eines Ausdrucks in der folgenden Syntax verwendet werden
kann:
IsInt := is_int_elem(T)
Achtung
tuple_is_int_elemtuple_is_int_elemTupleIsIntElemTupleIsIntElemTupleIsIntElemtuple_is_int_elem gibt 2 (H_MSG_TRUE) zurück, falls der interne
Datentyp der Elemente des Tupels integer ist. Im Gegensatz zu
tuple_is_numbertuple_is_numberTupleIsNumberTupleIsNumberTupleIsNumbertuple_is_number wird nicht zurückgegeben, ob die Elemente eines Tupel
als integer dargestellt werden könnten.
Ausführungsinformationen
- Multithreading-Typ: independent (läuft parallel auch zu exklusiven Operatoren).
- Multithreading-Bereich: global (kann von jedem Thread aufgerufen werden).
- Wird ohne Parallelisierung verarbeitet.
Parameter
TTTTtt (input_control) tuple(-array) → HTupleHTupleTypeHTupleHtuple (integer / real / string / handle) (int / long / double / string / HHandle) (Hlong / double / HString / HHandle) (Hlong / double / char* / handle)
Eingabetupel.
IsIntIsIntIsIntIsIntisIntis_int (output_control) number(-array) → HTupleSequence[int]HTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Sind die Elemente des Eingabetupels vom Typ integer
(Ganzzahl)?
Beispiel (HDevelop)
tuple_is_int_elem ([3.1416,'pi',3,3.0], IsInt)
* IsInt = [false, false, true, false]
Ergebnis
Sind die Parameterwerte korrekt, dann liefert tuple_is_int_elemtuple_is_int_elemTupleIsIntElemTupleIsIntElemTupleIsIntElemtuple_is_int_elem
den Wert 2 (H_MSG_TRUE).
Alternativen
tuple_typetuple_typeTupleTypeTupleTypeTupleTypetuple_type,
tuple_type_elemtuple_type_elemTupleTypeElemTupleTypeElemTupleTypeElemtuple_type_elem,
tuple_is_inttuple_is_intTupleIsIntTupleIsIntTupleIsInttuple_is_int
Siehe auch
tuple_is_mixedtuple_is_mixedTupleIsMixedTupleIsMixedTupleIsMixedtuple_is_mixed,
tuple_is_inttuple_is_intTupleIsIntTupleIsIntTupleIsInttuple_is_int,
tuple_is_realtuple_is_realTupleIsRealTupleIsRealTupleIsRealtuple_is_real,
tuple_is_stringtuple_is_stringTupleIsStringTupleIsStringTupleIsStringtuple_is_string,
tuple_is_mixedtuple_is_mixedTupleIsMixedTupleIsMixedTupleIsMixedtuple_is_mixed,
tuple_is_real_elemtuple_is_real_elemTupleIsRealElemTupleIsRealElemTupleIsRealElemtuple_is_real_elem,
tuple_is_string_elemtuple_is_string_elemTupleIsStringElemTupleIsStringElemTupleIsStringElemtuple_is_string_elem,
tuple_is_numbertuple_is_numberTupleIsNumberTupleIsNumberTupleIsNumbertuple_is_number,
tuple_is_handle_elemtuple_is_handle_elemTupleIsHandleElemTupleIsHandleElemTupleIsHandleElemtuple_is_handle_elem,
tuple_is_handletuple_is_handleTupleIsHandleTupleIsHandleTupleIsHandletuple_is_handle
Modul
Foundation