Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-core
/
com.mapsted.positioning
/
MathCalc
/
average
average
open
fun
average
(
array
:
List
<
Double
>
)
:
Double
Calcalate the average of a list of numbers.
Return
return the average value.
Parameters
array
a list of numbers.