 Declaration Syntax
 Declaration Syntax| C# | 
public class BigInteger
 Members
 Members| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description | 
|---|---|---|
|  | BigInteger(array<Byte>[]()[][]) | Initializes a new instance of the BigInteger class | 
|  | BigInteger(array<Byte>[]()[][], Int32, Int32) | Initializes a new instance of the BigInteger class | 
|  | BitLength | |
|  | CompareTo(Object) | |
|  | CompareTo(BigInteger) | |
|  | Equals(Object) | (Overrides Object.Equals(Object).) | 
|  | GetHashCode()()()() | (Overrides Object.GetHashCode()()()().) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Negate()()()() | |
|  | Not()()()() | |
|   | One | |
|   | Ten | |
|   | Three | |
|  | ToByteArray()()()() | |
|  | ToByteArrayUnsigned()()()() | |
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|   | Two | |
|   | ValueOf(Int64) | |
|   | Zero | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | BigInteger |