tuple_is_handle_elemT_tuple_is_handle_elemTupleIsHandleElemTupleIsHandleElemtuple_is_handle_elem (Operator)

Name

tuple_is_handle_elemT_tuple_is_handle_elemTupleIsHandleElemTupleIsHandleElemtuple_is_handle_elem — Testen, ob die Elemente eines Tupels vom Typ handle sind.

Signatur

tuple_is_handle_elem( : : T : IsHandle)

Herror T_tuple_is_handle_elem(const Htuple T, Htuple* IsHandle)

void TupleIsHandleElem(const HTuple& T, HTuple* IsHandle)

HTuple HTuple::TupleIsHandleElem() const

static void HOperatorSet.TupleIsHandleElem(HTuple t, out HTuple isHandle)

HTuple HTuple.TupleIsHandleElem()

def tuple_is_handle_elem(t: HTupleType) -> Sequence[int]

def tuple_is_handle_elem_s(t: HTupleType) -> int

Beschreibung

tuple_is_handle_elemtuple_is_handle_elemTupleIsHandleElemTupleIsHandleElemTupleIsHandleElemtuple_is_handle_elem testet die Elemente des Eingabetupels TTTTtt. Für alle Elemente vom Typ handle 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_handle_elemtuple_is_handle_elemTupleIsHandleElemTupleIsHandleElemTupleIsHandleElemtuple_is_handle_elem, die innerhalb eines Ausdrucks in der folgenden Syntax verwendet werden kann:

IsHandle := is_handle_elem(T)

Ausführungsinformationen

Parameter

TTTTtt (input_control)  tuple(-array) HTupleHTupleTypeHTupleHtuple (handle / real / integer / string) (HHandle / double / int / long / string) (HHandle / double / Hlong / HString) (handle / double / Hlong / char*)

Eingabetupel.

IsHandleIsHandleIsHandleIsHandleisHandleis_handle (output_control)  number(-array) HTupleSequence[int]HTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Boolesche Werte, die angeben, ob die Elemente des Eingabetupels vom Typ handle sind.

Ergebnis

Sind die Parameterwerte korrekt, dann liefert tuple_is_handle_elemtuple_is_handle_elemTupleIsHandleElemTupleIsHandleElemTupleIsHandleElemtuple_is_handle_elem den Wert TRUE.

Alternativen

tuple_typetuple_typeTupleTypeTupleTypeTupleTypetuple_type, tuple_type_elemtuple_type_elemTupleTypeElemTupleTypeElemTupleTypeElemtuple_type_elem, tuple_is_handletuple_is_handleTupleIsHandleTupleIsHandleTupleIsHandletuple_is_handle

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_int_elemtuple_is_int_elemTupleIsIntElemTupleIsIntElemTupleIsIntElemtuple_is_int_elem, tuple_is_real_elemtuple_is_real_elemTupleIsRealElemTupleIsRealElemTupleIsRealElemtuple_is_real_elem, tuple_is_numbertuple_is_numberTupleIsNumberTupleIsNumberTupleIsNumbertuple_is_number, tuple_is_handletuple_is_handleTupleIsHandleTupleIsHandleTupleIsHandletuple_is_handle

Modul

Foundation