Package pal.misc
Class MutableDouble
java.lang.Object
pal.misc.MutableDouble
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMutableDouble
(double initialValue, double defaultValue, double minimumValue, double maximumValue, String name) The default value is also the initial value. -
Method Summary
-
Constructor Details
-
MutableDouble
public MutableDouble(double initialValue, double defaultValue, double minimumValue, double maximumValue, String name) The default value is also the initial value.
-
-
Method Details
-
setValue
public final void setValue(double value) Set the current value of this double -
getValue
public final double getValue()Get the current value of this double -
getLowerLimit
public final double getLowerLimit() -
getUpperLimit
public final double getUpperLimit() -
getDefaultValue
public final double getDefaultValue() -
getSE
public final double getSE() -
setSE
public final void setSE(double value) -
getName
-
toString
-