Class DoubleResult

  • All Implemented Interfaces:
    Result

    public class DoubleResult
    extends java.lang.Object
    implements Result
    Version:
    1.7
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double value  
    • Constructor Summary

      Constructors 
      Constructor Description
      DoubleResult​(java.lang.Double value)  
    • Field Detail

      • value

        private double value
    • Constructor Detail

      • DoubleResult

        public DoubleResult​(java.lang.Double value)
    • Method Detail

      • equals

        public boolean equals​(Result other,
                              double tolerance)
        Specified by:
        equals in interface Result
      • toLongString

        public java.lang.String toLongString()
        Specified by:
        toLongString in interface Result
      • toFormattedString

        public java.lang.String toFormattedString()
        Specified by:
        toFormattedString in interface Result
      • toShortString

        public java.lang.String toShortString()
        Specified by:
        toShortString in interface Result