Class XYNumericDataSet.MutableDouble
java.lang.Object
java.lang.Number
com.inductiveautomation.factorypmi.application.components.chart.runtime.XYNumericDataSet.MutableDouble
- All Implemented Interfaces:
Serializable
,Comparable
- Enclosing class:
- XYNumericDataSet
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Number
byteValue, shortValue
-
Field Details
-
value
public double value
-
-
Constructor Details
-
MutableDouble
public MutableDouble()
-
-
Method Details
-
doubleValue
public double doubleValue()- Specified by:
doubleValue
in classNumber
-
floatValue
public float floatValue()- Specified by:
floatValue
in classNumber
-
intValue
public int intValue() -
longValue
public long longValue() -
compareTo
- Specified by:
compareTo
in interfaceComparable
-
toString
-