MCPcopy Create free account
hub / github.com/UI5/webcomponents / _preciseValue

Method _preciseValue

packages/main/src/StepInput.ts:553–556  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

551 }
552
553 _preciseValue(value: number) {
554 const pow = 10 ** this.valuePrecision;
555 return Math.round(value * pow) / pow;
556 }
557
558 _fireChangeEvent() {
559 if (this._previousValue !== this.value) {

Callers 1

_modifyValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected