Skip to content

Tuple - Features🔗

Operators🔗

get_handle_objectGetHandleObject: Retrieve an object associated with a key from a handle.

get_handle_paramGetHandleParam: Return information about a handle.

get_handle_tupleGetHandleTuple: Retrieve a tuple associated with a key from a handle.

tuple_deviationTupleDeviation: Return the standard deviation of the elements of a tuple.

tuple_histo_rangeTupleHistoRange: Calculate the value distribution of a tuple within a certain value range.

tuple_lengthTupleLength: Return the number of elements of a tuple.

tuple_maxTupleMax: Return the maximal element of a tuple.

tuple_meanTupleMean: Return the mean value of a tuple of numbers.

tuple_medianTupleMedian: Return the median of the elements of a tuple.

tuple_minTupleMin: Return the minimal element of a tuple.

tuple_sumTupleSum: Return the sum of all elements of a tuple.