Large(Data, Position)
Data. Data array, for which you want to find the k-th largest value. Array length must be greater than zero.
Position. Position (starting from the greatest) in the data array. Available values are taken from the (0, length Data] range.
The method returns k-th greatest value of a data set.
This function enables the user to select a value based on its relative standing.
See also: