메소드 |
설명 |
|
BigInteger ( ) : System |
|
|
BigInteger ( BigInteger bi ) : System |
|
|
BigInteger ( BigInteger bi, uint len ) : System |
|
|
BigInteger ( Sign sign, uint len ) : System |
|
|
BigInteger ( byte inData ) : System |
|
|
BigInteger ( uint ui ) : System |
|
|
BitCount ( ) : int |
|
|
Compare ( BigInteger bi ) : Sign |
|
|
Equals ( object o ) : bool |
|
|
GetBytes ( ) : byte[] |
|
|
GetHashCode ( ) : int |
|
|
ModPow ( BigInteger exp, BigInteger n ) : BigInteger |
|
|
SetBit ( uint bitNum, bool value ) : void |
|
|
TestBit ( int bitNum ) : bool |
|
|
ToString ( ) : string |
|
|
ToString ( uint radix ) : string |
|
|
ToString ( uint radix, string characterSet ) : string |
|
|
operator ( ) : BigInteger |
|
|
operator ( ) : bool |
|
|
operator ( ) : int |
|
|
operator ( ) : uint |
|
|