toggle menu
search-client
common
switch theme
search in API
search-client
/
com.jillesvangurp.ktsearch
/
ExtendedStatsBucketResult
/
Bounds
Bounds
@
Serializable
data
class
Bounds
(
val
upper
:
Double
,
val
lower
:
Double
,
val
upperPopulation
:
Double
,
val
lowerPopulation
:
Double
,
val
upperSampling
:
Double
,
val
lowerSampling
:
Double
)
Members
Constructors
Bounds
Link copied to clipboard
constructor
(
upper
:
Double
,
lower
:
Double
,
upperPopulation
:
Double
,
lowerPopulation
:
Double
,
upperSampling
:
Double
,
lowerSampling
:
Double
)
Properties
lower
Link copied to clipboard
val
lower
:
Double
lower
Population
Link copied to clipboard
@
SerialName
(
value
=
"lower_population"
)
val
lowerPopulation
:
Double
lower
Sampling
Link copied to clipboard
@
SerialName
(
value
=
"lower_sampling"
)
val
lowerSampling
:
Double
upper
Link copied to clipboard
val
upper
:
Double
upper
Population
Link copied to clipboard
@
SerialName
(
value
=
"upper_population"
)
val
upperPopulation
:
Double
upper
Sampling
Link copied to clipboard
@
SerialName
(
value
=
"upper_sampling"
)
val
upperSampling
:
Double