C# Class HabboEncryption.Utils.BigIntegerMethods

Afficher le fichier Open project: Joopie1994/HabboEncryption

Méthodes publiques

Méthode Description
BitLength ( this scope ) : int
GetLowestSetBit ( this scope ) : int
ModInverse ( this a, BigInteger n ) : BigInteger
ToByteArray ( this scope, bool asLittleEndian ) : byte[]

Method Details

BitLength() public static méthode

public static BitLength ( this scope ) : int
scope this
Résultat int

GetLowestSetBit() public static méthode

public static GetLowestSetBit ( this scope ) : int
scope this
Résultat int

ModInverse() public static méthode

public static ModInverse ( this a, BigInteger n ) : BigInteger
a this
n BigInteger
Résultat BigInteger

ToByteArray() public static méthode

public static ToByteArray ( this scope, bool asLittleEndian ) : byte[]
scope this
asLittleEndian bool
Résultat byte[]