Class FixedPointType

  • All Implemented Interfaces:
    Type<java.math.BigInteger>
    Direct Known Subclasses:
    Fixed, Ufixed

    public abstract class FixedPointType
    extends NumericType
    Common fixed-point type properties.
    • Constructor Detail

      • FixedPointType

        public FixedPointType​(java.lang.String typePrefix,
                              int mBitSize,
                              int nBitSize,
                              java.math.BigInteger value)