Class ConvertedDoubleValue


  • public final class ConvertedDoubleValue
    extends SpecificDoubleValue
    This DoubleValue represents a double value that is converted from another scalar value.
    • Constructor Detail

      • ConvertedDoubleValue

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

      • toString

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