The constructors of Java.Math.BigInteger are listed below. For a list of all members, see the BigInteger Members list.
See Also: Inherited members from Java.Lang.Number
BigInteger(byte[]) | Constructs a new BigInteger from the given two's complement representation. | |
Constructs a new BigInteger by parsing value. | ||
Constructs a random non-negative BigInteger instance in the range [0, pow(2, numBits)-1]. | ||
Constructs a new BigInteger instance with the given sign and magnitude. | ||
Constructs a new BigInteger instance by parsing value. | ||
Constructs a random BigInteger instance in the range [0, pow(2, bitLength)-1] which is probably prime. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |