toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsgl.sources.utils
/
Accumulator
/
NumberValue
Number
Value
data
class
NumberValue
(
val
sum
:
Double
,
val
count
:
Int
,
val
min
:
Double
,
val
max
:
Double
)
:
Accumulator
Members
Constructors
Number
Value
Link copied to clipboard
constructor
(
sum
:
Double
,
count
:
Int
,
min
:
Double
,
max
:
Double
)
Properties
count
Link copied to clipboard
val
count
:
Int
max
Link copied to clipboard
val
max
:
Double
min
Link copied to clipboard
val
min
:
Double
sum
Link copied to clipboard
val
sum
:
Double