Class ConvertedFloatValue


  • public final class ConvertedFloatValue
    extends SpecificFloatValue
    This FloatValue represents a float value that is converted from another scalar value.
    • Constructor Detail

      • ConvertedFloatValue

        public ConvertedFloatValue​(Value value)
        Creates a new converted float value of the given value.
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object