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