terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Numerics.BigInteger Member List

This is the complete list of members for System.Numerics.BigInteger, including all inherited members.

_bitsSystem.Numerics.BigIntegerpackage
_signSystem.Numerics.BigIntegerpackage
Add(uint[] leftBits, int leftSign, uint[] rightBits, int rightSign)System.Numerics.BigIntegerinlineprivatestatic
BigInteger(int value)System.Numerics.BigIntegerinline
BigInteger(long value)System.Numerics.BigIntegerinline
BigInteger(byte[] value)System.Numerics.BigIntegerinline
BigInteger(ReadOnlySpan< byte > value, bool isUnsigned=false, bool isBigEndian=false)System.Numerics.BigIntegerinline
BigInteger(int n, uint[] rgu)System.Numerics.BigIntegerinlinepackage
BigInteger(uint[] value, bool negative)System.Numerics.BigIntegerinlinepackage
BigInteger()System.Numerics.BigIntegerinlinestatic
CompareTo(BigInteger other)System.Numerics.BigIntegerinline
CompareTo(object obj)System.Numerics.BigIntegerinline
System::IComparable.CompareTo(T other)System.IComparable< in T >
IComparable< BigInteger >.CompareTo(T other)System.IComparable< BigInteger >
Equals(object obj)System.Numerics.BigIntegerinline
Equals(BigInteger other)System.Numerics.BigIntegerinline
IEquatable< BigInteger >.Equals(T other)System.IEquatable< BigInteger >
GetBytesMode enum nameSystem.Numerics.BigIntegerprivate
GetDiffLength(uint[] rgu1, uint[] rgu2, int cu)System.Numerics.BigIntegerinlinepackagestatic
GetHashCode()System.Numerics.BigIntegerinline
GetPartsForBitManipulation(ref BigInteger x, out uint[] xd, out int xl)System.Numerics.BigIntegerinlineprivatestatic
MinusOneSystem.Numerics.BigIntegerstatic
operator BigInteger(byte value)System.Numerics.BigIntegerinlinestatic
operator BigInteger(int value)System.Numerics.BigIntegerinlinestatic
operator BigInteger(long value)System.Numerics.BigIntegerinlinestatic
operator int(BigInteger value)System.Numerics.BigIntegerinlineexplicitstatic
operator+(BigInteger left, BigInteger right)System.Numerics.BigIntegerinlinestatic
operator<<(BigInteger value, int shift)System.Numerics.BigIntegerinlinestatic
operator>>(BigInteger value, int shift)System.Numerics.BigIntegerinlinestatic
s_bnMinIntSystem.Numerics.BigIntegerprivatestatic
s_bnMinusOneIntSystem.Numerics.BigIntegerprivatestatic
s_bnOneIntSystem.Numerics.BigIntegerprivatestatic
s_bnZeroIntSystem.Numerics.BigIntegerprivatestatic
s_successSystem.Numerics.BigIntegerprivatestatic
Subtract(uint[] leftBits, int leftSign, uint[] rightBits, int rightSign)System.Numerics.BigIntegerinlineprivatestatic
ToString()System.Numerics.BigIntegerinline
ToString(string format, IFormatProvider provider)System.Numerics.BigIntegerinline
System::IFormattable.ToString(string format, global::System.IFormatProvider formatProvider)System.IFormattable
TryGetBytes(BigInteger.GetBytesMode mode, Span< byte > destination, bool isUnsigned, bool isBigEndian, ref int bytesWritten)System.Numerics.BigIntegerinlineprivate
TryWriteBytes(Span< byte > destination, out int bytesWritten, bool isUnsigned=false, bool isBigEndian=false)System.Numerics.BigIntegerinline
TryWriteOrCountBytes(Span< byte > destination, out int bytesWritten, bool isUnsigned=false, bool isBigEndian=false)System.Numerics.BigIntegerinlinepackage