tuple_select_rank— Select the element of rank n of a tuple.Signaturetuple_select_rank( : : Tuple, RankIndex : Selected) Descriptiontuple_select_rank sorts the elements of the tuple Tuple and returns the element of rank n in Selected. RankIndex determines the index of the element to ...
tuple_select_rank( : :Tuple,RankIndex:Selected) Description tuple_select_ranksorts the elements of the tupleTupleand returns the element of rank n inSelected.RankIndexdetermines the index of the element to select. Thus,RankIndexmay only contain integer values (any floating point number inRankInde...