minValue

abstract fun minValue(level: Int): Long

Return the minimum value of the interval at the given level, inclusive.

NOTE: It is only guaranteed that values in this interval are greater than or equal the returned value. There is no guarantee that one document actually has this value.


abstract fun minValue(): Long

Return the global minimum value.

NOTE: It is only guaranteed that values are greater than or equal the returned value. There is no guarantee that one document actually has this value.