类 ConvertedDoubleValue


  • public final class ConvertedDoubleValue
    extends SpecificDoubleValue
    This DoubleValue represents a double value that is converted from another scalar value.
    • 构造器详细资料

      • ConvertedDoubleValue

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

      • toString

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