if (v !== null) {
                v = Math.max(0.0, this.minV, Math.min(1.0, this.maxV, v));
            }