ee.Array.dotProduct

计算两个一维数组之间的点积。

用法返回
Array.dotProduct(array2)数字
参数类型详细信息
此:array1数组第一个一维数组。
array2数组第二个一维数组。