Метод | Описание | |
---|---|---|
BigInteger ( ) : System | ||
BigInteger ( |
||
BigInteger ( |
||
BigInteger ( Sign sign, uint len ) : System | ||
BigInteger ( byte inData ) : System | ||
BigInteger ( uint ui ) : System | ||
BitCount ( ) : int | ||
Compare ( |
||
Equals ( object o ) : bool | ||
GetBytes ( ) : byte[] | ||
GetHashCode ( ) : int | ||
ModPow ( |
||
SetBit ( uint bitNum, bool value ) : void | ||
TestBit ( int bitNum ) : bool | ||
ToString ( ) : string | ||
ToString ( uint radix ) : string | ||
ToString ( uint radix, string characterSet ) : string | ||
operator ( ) : |
||
operator ( ) : bool | ||
operator ( ) : int | ||
operator ( ) : uint |
Метод | Описание | |
---|---|---|
Normalize ( ) : void |
Normalizes this by setting the length to the actual number of uints used in data and by setting the sign to Sign.Zero if the value of this is 0.
|
|
Pow ( |
||
Xor ( |
public BigInteger ( |
||
bi | ||
Результат | System |
public BigInteger ( |
||
bi | ||
len | uint | |
Результат | System |
public BigInteger ( Sign sign, uint len ) : System | ||
sign | Sign | |
len | uint | |
Результат | System |
public BigInteger ( byte inData ) : System | ||
inData | byte | |
Результат | System |
public ModPow ( |
||
exp | ||
n | ||
Результат |
public SetBit ( uint bitNum, bool value ) : void | ||
bitNum | uint | |
value | bool | |
Результат | void |
public ToString ( uint radix, string characterSet ) : string | ||
radix | uint | |
characterSet | string | |
Результат | string |