Package gnu.math
Class UnsignedPrim
- java.lang.Object
-
- java.lang.Number
-
- gnu.math.UnsignedPrim
-
- All Implemented Interfaces:
Serializable
public abstract class UnsignedPrim extends Number
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsignedPrim()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description double
doubleValue()
float
floatValue()
int
hashCode()
long
longValue()
abstract int
numBits()
IntNum
toIntNum()
-
Methods inherited from class java.lang.Number
byteValue, intValue, shortValue
-
-
-
-
Method Detail
-
floatValue
public float floatValue()
- Specified by:
floatValue
in classNumber
-
doubleValue
public double doubleValue()
- Specified by:
doubleValue
in classNumber
-
toIntNum
public IntNum toIntNum()
-
numBits
public abstract int numBits()
-
-