Property | Type | Description | |
---|---|---|---|
One | |||
Ten | |||
Three | |||
Two | |||
Zero |
Method | Description | |
---|---|---|
Abs ( ) : |
||
Add ( |
||
And ( |
||
CompareTo ( |
||
CompareTo ( object obj ) : int | ||
Divide ( |
||
DivideAndRemainder ( |
||
Equals ( object obj ) : bool | ||
Gcd ( |
||
GetHashCode ( ) : int | ||
GetLowestSetBit ( ) : int | ||
Max ( |
||
Min ( |
||
Mod ( |
||
ModInverse ( |
||
ModPow ( |
||
Modulus ( |
||
Multiply ( |
||
Negate ( ) : |
||
NetBigInteger ( byte bytes ) : System | ||
NetBigInteger ( byte bytes, int offset, int length ) : System | ||
NetBigInteger ( int sign, byte bytes ) : System | ||
NetBigInteger ( int sign, byte bytes, int offset, int length ) : System | ||
NetBigInteger ( string value ) : System | ||
NetBigInteger ( string str, int radix ) : System | ||
Not ( ) : |
||
Pow ( int exp ) : |
||
Remainder ( |
||
ShiftLeft ( int n ) : |
||
ShiftRight ( int n ) : |
||
Subtract ( |
||
TestBit ( int n ) : bool | ||
ToByteArray ( ) : byte[] | ||
ToByteArrayUnsigned ( ) : byte[] | ||
ToString ( ) : string | ||
ToString ( int radix ) : string | ||
ValueOf ( long value ) : |
Method | Description | |
---|---|---|
AddMagnitudes ( int a, int b ) : int[] | ||
AddToMagnitude ( int magToAdd ) : |
||
BitLen ( int w ) : int | ||
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 | ||
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 | ||
NetBigInteger ( ) : System | ||
NetBigInteger ( int signum, int mag, bool checkMag ) : System | ||
QuickPow2Check ( ) : bool | ||
Remainder ( int m ) : int | ||
Remainder ( int x, int y ) : int[] | ||
ShiftLeft ( int mag, int n ) : int[] | ||
ShiftRightInPlace ( int start, int mag, int n ) : int[] | ||
ShiftRightOneInPlace ( int start, int mag ) : int[] | ||
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 | ||
return |
public And ( |
||
value | ||
return |
public CompareTo ( |
||
value | ||
return | int |
public Divide ( |
||
val | ||
return |
public DivideAndRemainder ( |
||
val | ||
return | Lidgren.Network.NetBigInteger[] |
public Gcd ( |
||
value | ||
return |
public Max ( |
||
value | ||
return |
public Min ( |
||
value | ||
return |
public Mod ( |
||
m | ||
return |
public ModInverse ( |
||
m | ||
return |
public ModPow ( |
||
exponent | ||
m | ||
return |
public Modulus ( |
||
val | ||
return |
public Multiply ( |
||
val | ||
return |
public NetBigInteger ( byte bytes, int offset, int length ) : System | ||
bytes | byte | |
offset | int | |
length | int | |
return | System |
public NetBigInteger ( int sign, byte bytes ) : System | ||
sign | int | |
bytes | byte | |
return | System |
public NetBigInteger ( int sign, byte bytes, int offset, int length ) : System | ||
sign | int | |
bytes | byte | |
offset | int | |
length | int | |
return | System |
public NetBigInteger ( string value ) : System | ||
value | string | |
return | System |
public NetBigInteger ( string str, int radix ) : System | ||
str | string | |
radix | int | |
return | System |
public Remainder ( |
||
n | ||
return |
public Subtract ( |
||
n | ||
return |
public static ValueOf ( long value ) : |
||
value | long | |
return |
public static NetBigInteger,Lidgren.Network One | ||
return |
public static NetBigInteger,Lidgren.Network Ten | ||
return |
public static NetBigInteger,Lidgren.Network Three | ||
return |
public static NetBigInteger,Lidgren.Network Two | ||
return |