HALCON 17.12
/
HALCON Operator Reference
/
Tuple
HDevelop
.NET
C++
C
Classes
Classes
|
|
Operators
Type
List of Operators
tuple_is_int
TupleIsInt
TupleIsInt
tuple_is_int
Test if the internal representation of a tuple is of type
integer
.
tuple_is_int_elem
TupleIsIntElem
TupleIsIntElem
tuple_is_int_elem
Test whether the types of the elements of a tuple are of type
integer
.
tuple_is_mixed
TupleIsMixed
TupleIsMixed
tuple_is_mixed
Test whether a tuple is of type
mixed
.
tuple_is_real
TupleIsReal
TupleIsReal
tuple_is_real
Test if the internal representation of a tuple is of type
real
.
tuple_is_real_elem
TupleIsRealElem
TupleIsRealElem
tuple_is_real_elem
Test whether the types of the elements of a tuple are of type
real
.
tuple_is_string
TupleIsString
TupleIsString
tuple_is_string
Test if the internal representation of a tuple is of type
string
.
tuple_is_string_elem
TupleIsStringElem
TupleIsStringElem
tuple_is_string_elem
Test whether the types of the elements of a tuple are of type
string
.
tuple_type
TupleType
TupleType
tuple_type
Return the type of a tuple.
tuple_type_elem
TupleTypeElem
TupleTypeElem
tuple_type_elem
Return the types of the elements of a tuple.
Classes
Classes
|
|
Operators