Class Decimal64

java.lang.Object
java.lang.Number
org.apache.commons.math4.util.Decimal64
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Decimal64>, FieldElement<Decimal64>, RealFieldElement<Decimal64>

public class Decimal64
extends java.lang.Number
implements RealFieldElement<Decimal64>, java.lang.Comparable<Decimal64>
This class wraps a double value in an object. It is similar to the standard class Double, while also implementing the RealFieldElement interface.
Since:
3.1
See Also:
Serialized Form