Features

List of Operators

get_handle_objectGetHandleObjectGetHandleObjectget_handle_object
Retrieve an object associated with a key from a handle.
get_handle_paramGetHandleParamGetHandleParamget_handle_param
Return information about a handle.
get_handle_tupleGetHandleTupleGetHandleTupleget_handle_tuple
Retrieve a tuple associated with a key from a handle.
tuple_deviationTupleDeviationTupleDeviationtuple_deviation
Return the standard deviation of the elements of a tuple.
tuple_histo_rangeTupleHistoRangeTupleHistoRangetuple_histo_range
Calculate the value distribution of a tuple within a certain value range.
tuple_lengthTupleLengthTupleLengthtuple_length
Return the number of elements of a tuple.
tuple_maxTupleMaxTupleMaxtuple_max
Return the maximal element of a tuple.
tuple_meanTupleMeanTupleMeantuple_mean
Return the mean value of a tuple of numbers.
tuple_medianTupleMedianTupleMediantuple_median
Return the median of the elements of a tuple.
tuple_minTupleMinTupleMintuple_min
Return the minimal element of a tuple.
tuple_sumTupleSumTupleSumtuple_sum
Return the sum of all elements of a tuple.