Class XYNumericDataSet.MutableDouble
- java.lang.Object
- 
- java.lang.Number
- 
- com.inductiveautomation.factorypmi.application.components.chart.runtime.XYNumericDataSet.MutableDouble
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- java.lang.Comparable
 - Enclosing class:
- XYNumericDataSet
 
 public static class XYNumericDataSet.MutableDouble extends java.lang.Number implements java.lang.Comparable- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description doublevalue
 - 
Constructor SummaryConstructors Constructor Description MutableDouble()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(java.lang.Object o)doubledoubleValue()floatfloatValue()intintValue()longlongValue()java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
doubleValuepublic double doubleValue() - Specified by:
- doubleValuein class- java.lang.Number
 
 - 
floatValuepublic float floatValue() - Specified by:
- floatValuein class- java.lang.Number
 
 - 
intValuepublic int intValue() - Specified by:
- intValuein class- java.lang.Number
 
 - 
longValuepublic long longValue() - Specified by:
- longValuein class- java.lang.Number
 
 - 
compareTopublic int compareTo(java.lang.Object o) - Specified by:
- compareToin interface- java.lang.Comparable
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-