Interface FloatsSortedViewIterator

    • Method Detail

      • getQuantile

        float getQuantile()
        Gets the quantile at the current index.

        Don't call this before calling next() for the first time or after getting false from next().

        Returns:
        the quantile at the current index.