Class Ufixed

  • All Implemented Interfaces:
    Type<java.math.BigInteger>

    public class Ufixed
    extends FixedPointType
    Signed fixed type.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Ufixed​(int mBitSize, int nBitSize, java.math.BigInteger value)  
      protected Ufixed​(int mBitSize, int nBitSize, java.math.BigInteger m, java.math.BigInteger n)  
        Ufixed​(java.math.BigInteger value)  
        Ufixed​(java.math.BigInteger m, java.math.BigInteger n)  
    • Constructor Detail

      • Ufixed

        protected Ufixed​(int mBitSize,
                         int nBitSize,
                         java.math.BigInteger value)
      • Ufixed

        public Ufixed​(java.math.BigInteger value)
      • Ufixed

        public Ufixed​(java.math.BigInteger m,
                      java.math.BigInteger n)
      • Ufixed

        protected Ufixed​(int mBitSize,
                         int nBitSize,
                         java.math.BigInteger m,
                         java.math.BigInteger n)