Tuple - Features🔗
Operators🔗
get_handle_object: Retrieve an object associated with a key from a handle.
get_handle_param: Return information about a handle.
get_handle_tuple: Retrieve a tuple associated with a key from a handle.
tuple_deviation: Return the standard deviation of the elements of a tuple.
tuple_histo_range: Calculate the value distribution of a tuple within a certain value range.
tuple_length: Return the number of elements of a tuple.
tuple_max: Return the maximal element of a tuple.
tuple_mean: Return the mean value of a tuple of numbers.
tuple_median: Return the median of the elements of a tuple.
tuple_min: Return the minimal element of a tuple.
tuple_sum: Return the sum of all elements of a tuple.