Package imgui.type

Class ImDouble

java.lang.Object
java.lang.Number
imgui.type.ImDouble
All Implemented Interfaces:
Serializable, Cloneable, Comparable<ImDouble>

public final class ImDouble extends Number implements Cloneable, Comparable<ImDouble>
See Also:
  • Constructor Details

    • ImDouble

      public ImDouble()
    • ImDouble

      public ImDouble(ImDouble imDouble)
    • ImDouble

      public ImDouble(double value)
  • Method Details