111 while (this.
_bits ==
null)
155 return array ==
null ||
true;
167 uint[] bits = this.
_bits;
217 int sign = this.
_sign;
218 uint[] bits = this.
_bits;
227 int sign = this.
_sign;
228 uint[] bits = this.
_bits;
309 while (
value ==
null)
class f__AnonymousType0<< Count > j__TPar
string ToString(string format, IFormatProvider provider)
bool TryWriteOrCountBytes(Span< byte > destination, [Out] int bytesWritten, bool isUnsigned=false, bool isBigEndian=false)
byte[] TryGetBytes(BigInteger.GetBytesMode mode, Span< byte > destination, bool isUnsigned, bool isBigEndian, int bytesWritten)
static readonly BigInteger s_bnMinusOneInt
static readonly BigInteger s_bnOneInt
int CompareTo(BigInteger other)
static BigInteger operator+(BigInteger left, BigInteger right)
static BigInteger operator<<(BigInteger value, int shift)
bool Equals(BigInteger other)
static readonly BigInteger s_bnZeroInt
override int GetHashCode()
override string ToString()
static bool GetPartsForBitManipulation(BigInteger x, [Out] uint[] xd, [Out] int xl)
static readonly BigInteger s_bnMinInt
BigInteger(uint[] value, bool negative)
override bool Equals(object obj)
BigInteger(ReadOnlySpan< byte > value, bool isUnsigned=false, bool isBigEndian=false)
static readonly byte[] s_success
static BigInteger MinusOne
int CompareTo(object obj)
static BigInteger operator>>(BigInteger value, int shift)
bool TryWriteBytes(Span< byte > destination, [Out] int bytesWritten, bool isUnsigned=false, bool isBigEndian=false)
static BigInteger Add(uint[] leftBits, int leftSign, uint[] rightBits, int rightSign)
BigInteger(int n, uint[] rgu)
static BigInteger Subtract(uint[] leftBits, int leftSign, uint[] rightBits, int rightSign)
static int GetDiffLength(uint[] rgu1, uint[] rgu2, int cu)