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

Method getMin

src/common/util/ArrayStatistic.js:143–145  ·  view source on GitHub ↗

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

(array)

Source from the content-addressed store, hash-verified

141 * @returns {number} 返回最小值。
142 */
143 static getMin(array){
144 return this.getInstance(array).min();
145 }
146
147 /**
148 * @function ArrayStatistic.getMean

Callers 15

getArrayStatisticMethod · 0.95
getArraySegmentsMethod · 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
minMethod · 0.80

Tested by

no test coverage detected