Свойство | Тип | Описание | |
---|---|---|---|
One | |||
Ten | |||
Three | |||
Two | |||
Zero |
Метод | Описание | |
---|---|---|
Abs ( ) : |
||
Add ( |
||
And ( |
||
AndNot ( |
||
BigInteger ( byte bytes ) : System | ||
BigInteger ( byte bytes, int offset, int length ) : System | ||
BigInteger ( int sizeInBits, |
||
BigInteger ( int sign, byte bytes ) : System | ||
BigInteger ( int sign, byte bytes, int offset, int length ) : System | ||
BigInteger ( int bitLength, int certainty, |
||
BigInteger ( string value ) : System | ||
BigInteger ( string str, int radix ) : System | ||
ClearBit ( int n ) : |
||
CompareTo ( |
||
CompareTo ( object obj ) : int | ||
Divide ( |
||
DivideAndRemainder ( |
||
Equals ( object obj ) : bool | ||
FlipBit ( int n ) : |
||
Gcd ( |
||
GetHashCode ( ) : int | ||
GetLowestSetBit ( ) : int | ||
IsProbablePrime ( int certainty ) : bool | ||
Max ( |
||
Min ( |
||
Mod ( |
||
ModInverse ( |
||
ModPow ( |
||
Multiply ( |
||
Negate ( ) : |
||
NextProbablePrime ( ) : |
||
Not ( ) : |
||
Or ( |
||
Pow ( int exp ) : |
||
ProbablePrime ( int bitLength, |
||
Remainder ( |
||
SetBit ( int n ) : |
||
ShiftLeft ( int n ) : |
||
ShiftRight ( int n ) : |
||
Subtract ( |
||
TestBit ( int n ) : bool | ||
ToByteArray ( ) : byte[] | ||
ToByteArrayUnsigned ( ) : byte[] | ||
ToString ( ) : string | ||
ToString ( int radix ) : string | ||
ValueOf ( long value ) : |
||
Xor ( |
Метод | Описание | |
---|---|---|
AddMagnitudes ( int a, int b ) : int[] | ||
AddToMagnitude ( int magToAdd ) : |
||
BigInteger ( ) : System | ||
BigInteger ( int signum, int mag, bool checkMag ) : System | ||
BitLen ( int w ) : int | ||
CheckProbablePrime ( int certainty, |
||
CompareNoLeadingZeroes ( int xIndx, int x, int yIndx, int y ) : int | ||
CompareTo ( int xIndx, int x, int yIndx, int y ) : int | ||
Divide ( int x, int y ) : int[] | ||
ExtEuclid ( |
||
FastExtEuclid ( long a, long b, long uOut ) : long | ||
FastModInverse ( long v, long m ) : long | ||
FlipExistingBit ( int n ) : |
||
GetByteLength ( int nBits ) : int | ||
GetMQuote ( ) : long | ||
Inc ( ) : |
||
LastNBits ( int n ) : int[] | ||
MakeMagnitude ( byte bytes, int offset, int length ) : int[] | ||
Multiply ( int x, int y, int z ) : int[] | ||
MultiplyMonty ( int a, int x, int y, int m, long mQuote ) : void | ||
MultiplyMontyNIsOne ( uint x, uint y, uint m, ulong mQuote ) : uint | ||
QuickPow2Check ( ) : bool | ||
RabinMillerTest ( int certainty, |
||
Remainder ( int m ) : int | ||
Remainder ( int x, int y ) : int[] | ||
ShiftLeft ( int mag, int n ) : int[] | ||
ShiftRightInPlace ( int start, int mag, int n ) : void | ||
ShiftRightOneInPlace ( int start, int mag ) : void | ||
Square ( int w, int x ) : int[] | ||
Subtract ( int xStart, int x, int yStart, int y ) : int[] | ||
ToByteArray ( bool unsigned ) : byte[] | ||
ZeroOut ( int x ) : void | ||
calcBitLength ( int indx, int mag ) : int | ||
createUValueOf ( ulong value ) : |
||
createValueOf ( long value ) : |
||
doSubBigLil ( int bigMag, int lilMag ) : int[] |
public Add ( |
||
value | ||
Результат |
public And ( |
||
value | ||
Результат |
public AndNot ( |
||
val | ||
Результат |
public BigInteger ( byte bytes, int offset, int length ) : System | ||
bytes | byte | |
offset | int | |
length | int | |
Результат | System |
public BigInteger ( int sizeInBits, |
||
sizeInBits | int | |
random | ||
Результат | System |
public BigInteger ( int sign, byte bytes ) : System | ||
sign | int | |
bytes | byte | |
Результат | System |
public BigInteger ( int sign, byte bytes, int offset, int length ) : System | ||
sign | int | |
bytes | byte | |
offset | int | |
length | int | |
Результат | System |
public BigInteger ( int bitLength, int certainty, |
||
bitLength | int | |
certainty | int | |
random | ||
Результат | System |
public BigInteger ( string value ) : System | ||
value | string | |
Результат | System |
public BigInteger ( string str, int radix ) : System | ||
str | string | |
radix | int | |
Результат | System |
public CompareTo ( |
||
value | ||
Результат | int |
public Divide ( |
||
val | ||
Результат |
public DivideAndRemainder ( |
||
val | ||
Результат | BraintreeEncryption.Library.BouncyCastle.Math.BigInteger[] |
public Gcd ( |
||
value | ||
Результат |
public IsProbablePrime ( int certainty ) : bool | ||
certainty | int | |
Результат | bool |
public Max ( |
||
value | ||
Результат |
public Min ( |
||
value | ||
Результат |
public ModInverse ( |
||
m | ||
Результат |
public ModPow ( |
||
exponent | ||
m | ||
Результат |
public Multiply ( |
||
val | ||
Результат |
public Or ( |
||
value | ||
Результат |
public static ProbablePrime ( int bitLength, |
||
bitLength | int | |
random | ||
Результат |
public Remainder ( |
||
n | ||
Результат |
public Subtract ( |
||
n | ||
Результат |
public static ValueOf ( long value ) : |
||
value | long | |
Результат |
public Xor ( |
||
value | ||
Результат |
public static BigInteger,BraintreeEncryption.Library.BouncyCastle.Math One | ||
Результат |
public static BigInteger,BraintreeEncryption.Library.BouncyCastle.Math Ten | ||
Результат |
public static BigInteger,BraintreeEncryption.Library.BouncyCastle.Math Three | ||
Результат |
public static BigInteger,BraintreeEncryption.Library.BouncyCastle.Math Two | ||
Результат |