Class Doubleref

java.lang.Object
gaiasky.util.math.Doubleref

public class Doubleref
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    double num  
  • Constructor Summary

    Constructors
    Constructor Description
    Doubleref()  
    Doubleref​(double num)  
  • Method Summary

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

    Methods inherited from class java.lang.Object

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

    • num

      public double num
  • Constructor Details

    • Doubleref

      public Doubleref()
    • Doubleref

      public Doubleref​(double num)
  • Method Details

    • toString

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