|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| BigInteger () | |
| void | InitFromRgu (uint[] rgu, int cu) |
| void | InitFromDigits (uint u0, uint u1, int cu) |
| void | InitFromBigint (BigInteger biSrc) |
| void | InitFromFloatingDecimal (FloatingDecimal dec) |
| void | MulAdd (uint uMul, uint uAdd) |
| void | MulPow5 (int c5) |
| void | ShiftLeft (int cbit) |
| void | ShiftUsRight (int cu) |
| void | ShiftRight (int cbit) |
| int | CompareTo (object obj) |
| void | Add (BigInteger bi) |
| void | Subtract (BigInteger bi) |
| uint | DivRem (BigInteger bi) |
| int | CompareTo (object? obj) |
| int | CompareTo (T? other) |
Properties | |
| int | Length [get] |
| uint | this[int idx] [get] |
Private Member Functions | |
| void | Ensure (int cu) |
Private Attributes | |
| int | _capacity |
| int | _length |
| uint[] | _digits |
Definition at line 938 of file XPathConvert.cs.