The BigInteger type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| Abs | ||
| Add | ||
| And | ||
| AndNot | ||
| ClearBit | ||
| CompareTo(Object) | ||
| CompareTo(BigInteger) | ||
| Divide | ||
| DivideAndRemainder | ||
| Equals | (Overrides Object..::..Equals(Object).) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| FlipBit | ||
| Gcd | ||
| GetHashCode | (Overrides Object..::..GetHashCode()()()().) | |
| GetLowestSetBit | ||
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsProbablePrime | ||
| Max | ||
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Min | ||
| Mod | ||
| ModInverse | ||
| ModPow | ||
| Multiply | ||
| Negate | ||
| NextProbablePrime | ||
| Not | ||
| Or | ||
| Pow | ||
| ProbablePrime | ||
| Remainder | ||
| SetBit | ||
| ShiftLeft | ||
| ShiftRight | ||
| Subtract | ||
| TestBit | ||
| ToByteArray | ||
| ToByteArrayUnsigned | ||
| ToString()()()() | (Overrides Object..::..ToString()()()().) | |
| ToString(Int32) | ||
| ValueOf | ||
| Xor |