类 CompositeDoubleValue


  • public final class CompositeDoubleValue
    extends SpecificDoubleValue
    This DoubleValue represents the result of a binary operation on two double values.
    • 构造器详细资料

      • CompositeDoubleValue

        public CompositeDoubleValue​(DoubleValue doubleValue1,
                                    byte operation,
                                    DoubleValue doubleValue2)
        Creates a new composite double value of the two given double values and the given operation.
    • 方法详细资料

      • toString

        public java.lang.String toString()
        覆盖:
        toString 在类中 java.lang.Object