C# Класс HabboEncryption.Utils.BigIntegerMethods

Показать файл Открыть проект

Открытые методы

Метод Описание
BitLength ( this scope ) : int
GetLowestSetBit ( this scope ) : int
ModInverse ( this a, BigInteger n ) : BigInteger
ToByteArray ( this scope, bool asLittleEndian ) : byte[]

Описание методов

BitLength() публичный статический Метод

public static BitLength ( this scope ) : int
scope this
Результат int

GetLowestSetBit() публичный статический Метод

public static GetLowestSetBit ( this scope ) : int
scope this
Результат int

ModInverse() публичный статический Метод

public static ModInverse ( this a, BigInteger n ) : BigInteger
a this
n BigInteger
Результат BigInteger

ToByteArray() публичный статический Метод

public static ToByteArray ( this scope, bool asLittleEndian ) : byte[]
scope this
asLittleEndian bool
Результат byte[]