C# 클래스 HabboEncryption.Utils.BigIntegerMethods

파일 보기 프로젝트 열기: Joopie1994/HabboEncryption

공개 메소드들

메소드 설명
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[]