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
/
sum
sum
open
fun
sum
(
array
:
List
<
Double
>
)
:
Double
Calculate the sum of a list of numbers.
Return
return total number added up.
Parameters
array
a list of numbers.