Package gnu.math

Class UnsignedPrim

java.lang.Object
java.lang.Number
gnu.math.UnsignedPrim
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UByte, UInt, ULong, UShort

public abstract class UnsignedPrim extends Number
See Also:
  • Constructor Details

    • UnsignedPrim

      public UnsignedPrim()
  • Method Details

    • longValue

      public long longValue()
      Specified by:
      longValue in class Number
    • floatValue

      public float floatValue()
      Specified by:
      floatValue in class Number
    • doubleValue

      public double doubleValue()
      Specified by:
      doubleValue in class Number
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toIntNum

      public IntNum toIntNum()
    • numBits

      public abstract int numBits()