Instance Constructors
              - 
      
      
      
      
        
        new
      
      
        DoubleVariable()
      
      
      
     - 
      
      
      
      
        
        new
      
      
        DoubleVariable(initialValue: Double)
      
      
      
     
             
        
              Type Members
              - 
      
      
      
      
        
        case class
      
      
        DoubleDiff(oldValue: Double, newValue: Double) extends Diff with Product with Serializable
      
      
      
     - 
      
      
      
      
        
        type
      
      
        Value = Double
      
      
      
     
             
        
        
              Value Members
              - 
      
      
      
      
        final 
        def
      
      
        !=(arg0: AnyRef): Boolean
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      
     - 
      
      
      
      
        
        def
      
      
        !==(other: Var): Boolean
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        ##(): Int
      
      
      
     - 
      
      
      
      
        
        def
      
      
        *=(x: Double): Unit
      
      
      
     - 
      
      
      
      
        
        def
      
      
        +=(x: Double): Unit
      
      
      
     - 
      
      
      
      
        
        def
      
      
        -=(x: Double): Unit
      
      
      
     - 
      
      
      
      
        
        def
      
      
        /=(x: Double): Unit
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        :=(newValue: Value): Unit
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        ==(arg0: AnyRef): Boolean
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      
     - 
      
      
      
      
        
        def
      
      
        ===(other: Var): Boolean
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      
     - 
      
      
      
      
        
        def
      
      
        clone(): AnyRef
      
      
      
     - 
      
      
      
      
    
 - 
      
      
      
      
        final 
        def
      
      
        doubleValue: Double
      
      
      
     - 
      
      
      
      
        
        def
      
      
        doubleValue_=(newValue: Double)(implicit d: DiffList): Unit
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      
     - 
      
      
      
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      
     - 
      
      
      
      
        
        def
      
      
        finalize(): Unit
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      
     - 
      
      
      
      
        
        def
      
      
        hashCode(): Int
      
      
      
     - 
      
      
      
      
        
        def
      
      
        intValue: Int
      
      
      
     - 
      
      
      
      
        
        def
      
      
        intValue_=(newValue: Int)(implicit d: DiffList): Unit
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        notify(): Unit
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      
     - 
      
      
      
      
        
        def
      
      
        printName: String
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        set(newValue: Int)(implicit d: DiffList): Unit
      
      
      
     - 
      
      
      
      
        
        def
      
      
        set(newValue: Double)(implicit d: DiffList): Unit
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      
     - 
      
      
      
      
        
        def
      
      
        toString(): String
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        value: Double
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        wait(): Unit
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      
     
             
        
        
         
        
        
       
      
      
      
     
      
A Variable with a mutable Double value.