MutableBigInteger.this

Construct a new MutableBigInteger with the specified value array up to the length of the array supplied.

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

Meta