Méthode | Description | |
---|---|---|
Add ( |
||
AddOne ( ) : |
||
Divide ( |
||
Equals ( |
||
Equals ( object obj ) : bool | ||
GetEncoded ( ) : byte[] | ||
GetHashCode ( ) : int | ||
Invert ( ) : |
||
Multiply ( |
||
MultiplyMinusProduct ( |
||
MultiplyPlusProduct ( |
||
Negate ( ) : |
||
Sqrt ( ) : |
||
Square ( ) : |
||
SquareMinusProduct ( |
||
SquarePlusProduct ( |
||
SquarePow ( int pow ) : |
||
Subtract ( |
||
TestBitZero ( ) : bool | ||
ToBigInteger ( ) : BigInteger | ||
ToString ( ) : string |
public abstract Add ( |
||
b | ||
Résultat |
public abstract AddOne ( ) : |
||
Résultat |
public abstract Divide ( |
||
b | ||
Résultat |
public Equals ( |
||
other | ||
Résultat | bool |
public abstract Invert ( ) : |
||
Résultat |
public abstract Multiply ( |
||
b | ||
Résultat |
public MultiplyMinusProduct ( |
||
b | ||
x | ||
y | ||
Résultat |
public MultiplyPlusProduct ( |
||
b | ||
x | ||
y | ||
Résultat |
public abstract Negate ( ) : |
||
Résultat |
public abstract Square ( ) : |
||
Résultat |
public SquareMinusProduct ( |
||
x | ||
y | ||
Résultat |
public SquarePlusProduct ( |
||
x | ||
y | ||
Résultat |
public SquarePow ( int pow ) : |
||
pow | int | |
Résultat |
public abstract Subtract ( |
||
b | ||
Résultat |
public abstract ToBigInteger ( ) : BigInteger | ||
Résultat | BigInteger |