MutableBigInteger.this

Construct a new MutableBigInteger with a magnitude equal to the specified BigInteger.

  1. this()
  2. this(int val)
  3. this(int[] val)
  4. this(BigInteger b)
    class MutableBigInteger
  5. this(MutableBigInteger val)

Meta