MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / getMax

Method getMax

src/common/util/ArrayStatistic.js:133–135  ·  view source on GitHub ↗

* @function ArrayStatistic.getMax * @description 最大值。 * @param {Array. } array 需要求最大值的参数。 * @returns {number} 返回最大值。

(array)

Source from the content-addressed store, hash-verified

131 * @returns {number} 返回最大值。
132 */
133 static getMax(array){
134 return this.getInstance(array).max();
135 }
136
137 /**
138 * @function ArrayStatistic.getMin

Callers 15

getArrayStatisticMethod · 0.95
_createHeatLayerMethod · 0.80
mapv.3d.jsFile · 0.80
mapv.min.jsFile · 0.80
mapv.jsFile · 0.80
LpFunction · 0.80
FpFunction · 0.80
LpFunction · 0.80
getScaleExtentFunction · 0.80
FpFunction · 0.80

Calls 2

getInstanceMethod · 0.95
maxMethod · 0.80

Tested by

no test coverage detected