ca.quine.jcommons.sourceexporter.test
Class Doubles
java.lang.Object
|
+--ca.quine.jcommons.sourceexporter.test.Doubles
- public class Doubles
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Doubles
public Doubles()
setAllFields
public void setAllFields()
- If we set these in the constructor the SourceExporter will detect that
nothing is changed and won't output anything.
getNaN
public double getNaN()
setNaN
public void setNaN(double nAn)
getNegativeInfinity
public double getNegativeInfinity()
setNegativeInfinity
public void setNegativeInfinity(double negativeInfinity)
getPositiveInfinity
public double getPositiveInfinity()
setPositiveInfinity
public void setPositiveInfinity(double positiveInfinity)