SignedMutableBigInteger.this

Construct a new MutableBigInteger with a magnitude specified by the int val.

  1. this()
  2. this(int val)
    class SignedMutableBigInteger
    this
    (
    int val
    )
  3. this(MutableBigInteger val)

Meta