Class MutableDouble

java.lang.Object
java.lang.Number
com.singularsys.jep.misc.boundvariable.MutableDouble
All Implemented Interfaces:
Serializable

public class MutableDouble extends Number
A simple Mutable Double class. Contains a single Double value field whose value can be changed.
Since:
3.5
See Also:
  • Field Details

    • val

      public Double val
      The value of this object.
  • Constructor Details

    • MutableDouble

      public MutableDouble(double v)
  • Method Details

    • intValue

      public int intValue()
      Specified by:
      intValue in class Number
    • longValue

      public long longValue()
      Specified by:
      longValue in class Number
    • floatValue

      public float floatValue()
      Specified by:
      floatValue in class Number
    • doubleValue

      public double doubleValue()
      Specified by:
      doubleValue in class Number
    • setValue

      public void setValue(double val)