C# Класс ThirdParty.BouncyCastle.Math.BigInteger

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
One BigInteger
Ten BigInteger
Three BigInteger
Two BigInteger
Zero BigInteger

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

Метод Описание
BigInteger ( byte bytes ) : System
BigInteger ( byte bytes, int offset, int length ) : System
CompareTo ( BigInteger value ) : int
CompareTo ( object obj ) : int
Equals ( object obj ) : bool
GetHashCode ( ) : int
Negate ( ) : BigInteger
Not ( ) : BigInteger
ToByteArray ( ) : byte[]
ToByteArrayUnsigned ( ) : byte[]
ValueOf ( long value ) : BigInteger

Приватные методы

Метод Описание
AddMagnitudes ( int a, int b ) : int[]
AddToMagnitude ( int magToAdd ) : BigInteger
BigInteger ( ) : System
BigInteger ( int signum, int mag, bool checkMag ) : System
BitLen ( int w ) : int
CompareNoLeadingZeroes ( int xIndx, int x, int yIndx, int y ) : int
CompareTo ( int xIndx, int x, int yIndx, int y ) : int
GetByteLength ( int nBits ) : int
Inc ( ) : BigInteger
MakeMagnitude ( byte bytes, int offset, int length ) : int[]
Subtract ( int xStart, int x, int yStart, int y ) : int[]
ToByteArray ( bool unsigned ) : byte[]
calcBitLength ( int indx, int mag ) : int
createUValueOf ( ulong value ) : BigInteger
createValueOf ( long value ) : BigInteger
doSubBigLil ( int bigMag, int lilMag ) : int[]

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

BigInteger() публичный Метод

public BigInteger ( byte bytes ) : System
bytes byte
Результат System

BigInteger() публичный Метод

public BigInteger ( byte bytes, int offset, int length ) : System
bytes byte
offset int
length int
Результат System

CompareTo() публичный Метод

public CompareTo ( BigInteger value ) : int
value BigInteger
Результат int

CompareTo() публичный Метод

public CompareTo ( object obj ) : int
obj object
Результат int

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

Negate() публичный Метод

public Negate ( ) : BigInteger
Результат BigInteger

Not() публичный Метод

public Not ( ) : BigInteger
Результат BigInteger

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

public ToByteArray ( ) : byte[]
Результат byte[]

ToByteArrayUnsigned() публичный Метод

public ToByteArrayUnsigned ( ) : byte[]
Результат byte[]

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

public static ValueOf ( long value ) : BigInteger
value long
Результат BigInteger

Описание свойств

One публичное статическое свойство

public static BigInteger,ThirdParty.BouncyCastle.Math One
Результат BigInteger

Ten публичное статическое свойство

public static BigInteger,ThirdParty.BouncyCastle.Math Ten
Результат BigInteger

Three публичное статическое свойство

public static BigInteger,ThirdParty.BouncyCastle.Math Three
Результат BigInteger

Two публичное статическое свойство

public static BigInteger,ThirdParty.BouncyCastle.Math Two
Результат BigInteger

Zero публичное статическое свойство

public static BigInteger,ThirdParty.BouncyCastle.Math Zero
Результат BigInteger