MCPcopy Create free account
hub / github.com/Singular/Singular / getValue

Method getValue

Singular/LIB/surfex/OneParameter.java:186–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184 }
185
186 public double getValue(){
187// System.out.println("pS:"+parSlider.getValue()+
188// ", min:"+parSlider.getMinimum()+
189// ", max:"+parSlider.getMaximum());
190 return this.parSlider.getValue();//*(parSlider.getMaximum()-parSlider.getMinimum())+parSlider.getMaximum();
191 }
192
193 public void updateparSliderAndLabel() {
194// System.out.println("from:"+from.getText()+

Callers 3

getAllParamValuesMethod · 0.95
saveYourselfMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected