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

Function eqNaN

libs/echarts/echarts-en.simple.js:734–737  ·  view source on GitHub ↗

* Whether is exactly NaN. Notice isNaN('a') returns true. * @param {*} value * @return {boolean}

(value)

Source from the content-addressed store, hash-verified

732 * @return {boolean}
733 */
734function eqNaN(value) {
735 /* eslint-disable-next-line no-self-compare */
736 return value !== value;
737}
738
739/**
740 * If value1 is not null, then return value1, otherwise judget rest of values.

Callers 2

getScaleExtentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected