Метод | Описание | |
---|---|---|
Add ( BigInteger b ) : |
||
Add ( |
||
AdjustScale ( int newScale ) : |
||
CompareTo ( BigInteger val ) : int | ||
CompareTo ( |
||
Divide ( BigInteger b ) : |
||
Divide ( |
||
Equals ( object obj ) : bool | ||
Floor ( ) : BigInteger | ||
GetHashCode ( ) : int | ||
GetInstance ( BigInteger val, int scale ) : |
||
Multiply ( BigInteger b ) : |
||
Multiply ( |
||
Negate ( ) : |
||
Round ( ) : BigInteger | ||
ShiftLeft ( int n ) : |
||
SimpleBigDecimal ( BigInteger bigInt, int scale ) : System | ||
Subtract ( BigInteger b ) : |
||
Subtract ( |
||
ToString ( ) : string |
Метод | Описание | |
---|---|---|
CheckScale ( |
||
SimpleBigDecimal ( |
public Add ( BigInteger b ) : |
||
b | BigInteger | |
Результат |
public Add ( |
||
b | ||
Результат |
public AdjustScale ( int newScale ) : |
||
newScale | int | |
Результат |
public CompareTo ( |
||
val | ||
Результат | int |
public Divide ( BigInteger b ) : |
||
b | BigInteger | |
Результат |
public Divide ( |
||
b | ||
Результат |
public static GetInstance ( BigInteger val, int scale ) : |
||
val | BigInteger | |
scale | int | |
Результат |
public Multiply ( BigInteger b ) : |
||
b | BigInteger | |
Результат |
public Multiply ( |
||
b | ||
Результат |
public ShiftLeft ( int n ) : |
||
n | int | |
Результат |
public SimpleBigDecimal ( BigInteger bigInt, int scale ) : System | ||
bigInt | BigInteger | |
scale | int | |
Результат | System |
public Subtract ( BigInteger b ) : |
||
b | BigInteger | |
Результат |
public Subtract ( |
||
b | ||
Результат |