KSLCore
Toggle table of contents
R1.2.2
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities
/
KSLArrays
/
dotProduct
dot
Product
@
JvmStatic
fun
dotProduct
(
a
:
DoubleArray
,
b
:
DoubleArray
)
:
Double
(
source
)
Return
the summed product of the two arrays
Parameters
a
the first array
b
the second array