Typ

Liste der Operatoren

tuple_is_handleTupleIsHandletuple_is_handleTupleIsHandletuple_is_handle
Testen, ob die interne Repräsentation eines Tupels vom Typ handle ist.
tuple_is_handle_elemTupleIsHandleElemtuple_is_handle_elemTupleIsHandleElemtuple_is_handle_elem
Testen, ob die Elemente eines Tupels vom Typ handle sind.
tuple_is_intTupleIsInttuple_is_intTupleIsInttuple_is_int
Testen, ob die interne Repräsentation eines Tupels vom Typ integer (Ganzzahl) ist.
tuple_is_int_elemTupleIsIntElemtuple_is_int_elemTupleIsIntElemtuple_is_int_elem
Testen, ob die Elemente eines Tupels vom Typ integer (Ganzzahl) sind.
tuple_is_mixedTupleIsMixedtuple_is_mixedTupleIsMixedtuple_is_mixed
Testen, ob ein Tupel vom Typ mixed (gemischt) ist.
tuple_is_realTupleIsRealtuple_is_realTupleIsRealtuple_is_real
Testen, ob die interne Repräsentation eines Tupels vom Typ real (Gleitkommazahl) ist.
tuple_is_real_elemTupleIsRealElemtuple_is_real_elemTupleIsRealElemtuple_is_real_elem
Testen, ob die Elemente eines Tupels vom Typ real (Gleitkommazahl) sind.
tuple_is_stringTupleIsStringtuple_is_stringTupleIsStringtuple_is_string
Testen, ob die interne Repräsentation eines Tupels vom Typ string (Zeichenkette) ist.
tuple_is_string_elemTupleIsStringElemtuple_is_string_elemTupleIsStringElemtuple_is_string_elem
Testen, ob die Elemente eines Tupels vom Typ string (Zeichenkette) sind.
tuple_is_valid_handleTupleIsValidHandletuple_is_valid_handleTupleIsValidHandletuple_is_valid_handle
Prüft, ob ein Handle gültig ist.
tuple_sem_typeTupleSemTypetuple_sem_typeTupleSemTypetuple_sem_type
Zurückgeben den semantischen Typs eines Tupels.
tuple_sem_type_elemTupleSemTypeElemtuple_sem_type_elemTupleSemTypeElemtuple_sem_type_elem
Zurückgeben der semantischen Typen der Elemente eines Tupels.
tuple_typeTupleTypetuple_typeTupleTypetuple_type
Zurückgeben des Typs eines Tupels.
tuple_type_elemTupleTypeElemtuple_type_elemTupleTypeElemtuple_type_elem
Zurückgeben des Typs der Elemente eines Tupels.