Class DoubleField

  • All Implemented Interfaces:
    java.io.Serializable, Field<java.lang.Double>, OrderedField<java.lang.Double>, Ring<java.lang.Double>, RinglikeStructure<java.lang.Double>, Semiring<java.lang.Double>, Structure<java.lang.Double>

    public final class DoubleField
    extends AbstractOrderedField<java.lang.Double>
    implements OrderedField<java.lang.Double>
    Provides mathematical structures for double values (which form a field). Usually, users will not construct instances of this class manually, but use the convenience methods from the Structures class. The reason is that instances of this class are per se of limited use. They only become useful, if they are extended by additional functionality.
    See Also:
    Structures, Serialized Form