ee.Array.dotProduct

Compute the dot product between two 1-D arrays.

UsageReturns
Array.dotProduct(array2)Number
ArgumentTypeDetails
this: array1ArrayThe first 1-D array.
array2ArrayThe second 1-D array.