Package imgui.type
Class ImDouble
java.lang.Object
java.lang.Number
imgui.type.ImDouble
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<ImDouble>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Number
byteValue, shortValue
-
Constructor Details
-
ImDouble
public ImDouble() -
ImDouble
-
ImDouble
public ImDouble(double value)
-
-
Method Details
-
get
public double get() -
getData
public double[] getData() -
set
public void set(double value) -
set
-
toString
-
equals
-
hashCode
public int hashCode() -
clone
-
compareTo
- Specified by:
compareToin interfaceComparable<ImDouble>
-
intValue
public int intValue() -
longValue
public long longValue() -
floatValue
public float floatValue()- Specified by:
floatValuein classNumber
-
doubleValue
public double doubleValue()- Specified by:
doubleValuein classNumber
-