ca.quine.jcommons.sourceexporter.test
Class Floats
java.lang.Object
|
+--ca.quine.jcommons.sourceexporter.test.Floats
- public class Floats
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Floats
public Floats()
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 float getNaN()
setNaN
public void setNaN(float nAn)
getNegativeInfinity
public float getNegativeInfinity()
setNegativeInfinity
public void setNegativeInfinity(float negativeInfinity)
getPositiveInfinity
public float getPositiveInfinity()
setPositiveInfinity
public void setPositiveInfinity(float positiveInfinity)