Package blang.core

Class RealConstant

java.lang.Object
blang.core.RealConstant
All Implemented Interfaces:
RealVar

public class RealConstant
extends java.lang.Object
implements RealVar
  • Constructor Summary

    Constructors
    Constructor Description
    RealConstant​(double value)  
  • Method Summary

    Modifier and Type Method Description
    double doubleValue()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • RealConstant

      public RealConstant​(double value)
  • Method Details

    • doubleValue

      public double doubleValue()
      Specified by:
      doubleValue in interface RealVar
    • toString

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