类 CompositeFloatValue


  • public final class CompositeFloatValue
    extends SpecificFloatValue
    This FloatValue represents the result of a binary operation on two float values.
    • 构造器详细资料

      • CompositeFloatValue

        public CompositeFloatValue​(FloatValue floatValue1,
                                   byte operation,
                                   FloatValue floatValue2)
        Creates a new composite float value of the two given float values and the given operation.
    • 方法详细资料

      • toString

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