MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / round

Method round

src/common/style/CartoCSS.js:3451–3454  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3449 }
3450
3451 round() {
3452 this.value = Math.round(this.value);
3453 return this;
3454 }
3455
3456 toString() {
3457 return this.value.toString();

Callers 15

unionFeatureFunction · 0.80
UFunction · 0.80
rFunction · 0.80
nFunction · 0.80
constructorMethod · 0.80
findNearestMethod · 0.80
smartTimeProcessorFunction · 0.80
jasmine.jsFile · 0.80
GraphicLayer.jsFile · 0.80
WebGLRenderer.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected