C# Class Universal.Torrent.Client.Encryption.BigInteger.BigInteger

Afficher le fichier Open project: haroldma/Universal.Torrent Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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.

Method Details

BigInteger() public méthode

public BigInteger ( ) : System
Résultat System

BigInteger() public méthode

public BigInteger ( BigInteger bi ) : System
bi BigInteger
Résultat System

BigInteger() public méthode

public BigInteger ( BigInteger bi, uint len ) : System
bi BigInteger
len uint
Résultat System

BigInteger() public méthode

public BigInteger ( Sign sign, uint len ) : System
sign Sign
len uint
Résultat System

BigInteger() public méthode

public BigInteger ( byte inData ) : System
inData byte
Résultat System

BigInteger() public méthode

public BigInteger ( uint ui ) : System
ui uint
Résultat System

BitCount() public méthode

public BitCount ( ) : int
Résultat int

Compare() public méthode

public Compare ( BigInteger bi ) : Sign
bi BigInteger
Résultat Sign

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetBytes() public méthode

public GetBytes ( ) : byte[]
Résultat byte[]

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ModPow() public méthode

public ModPow ( BigInteger exp, BigInteger n ) : BigInteger
exp BigInteger
n BigInteger
Résultat BigInteger

SetBit() public méthode

public SetBit ( uint bitNum, bool value ) : void
bitNum uint
value bool
Résultat void

TestBit() public méthode

public TestBit ( int bitNum ) : bool
bitNum int
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() public méthode

public ToString ( uint radix ) : string
radix uint
Résultat string

ToString() public méthode

public ToString ( uint radix, string characterSet ) : string
radix uint
characterSet string
Résultat string

operator() public static méthode

public static operator ( ) : BigInteger
Résultat BigInteger

operator() public static méthode

public static operator ( ) : bool
Résultat bool

operator() public static méthode

public static operator ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : uint
Résultat uint