类 ConvertedFloatValue


  • public final class ConvertedFloatValue
    extends SpecificFloatValue
    This FloatValue represents a float value that is converted from another scalar value.
    • 构造器详细资料

      • ConvertedFloatValue

        public ConvertedFloatValue​(Value value)
        Creates a new converted float value of the given value.
    • 方法详细资料

      • toString

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