<PackageReference Include="SSH.NET" Version="2011.12.7" />

BigInteger

public static BigInteger MinusOne { get; }

public static BigInteger One { get; }

public static BigInteger Zero { get; }

public int BitLength { get; }

public bool IsEven { get; }

public bool IsOne { get; }

public bool IsPowerOfTwo { get; }

public bool IsZero { get; }

public int Sign { get; }

public BigInteger(short sign, uint[] data)

public BigInteger(int value)

public BigInteger(uint value)

public BigInteger(long value)

public BigInteger(ulong value)

public BigInteger(double value)

public BigInteger(float value)

public BigInteger(decimal value)

public BigInteger(byte[] value)

public static BigInteger Abs(BigInteger value)

public static BigInteger Add(BigInteger left, BigInteger right)

public static int Compare(BigInteger left, BigInteger right)

public static BigInteger Divide(BigInteger dividend, BigInteger divisor)

public static BigInteger DivRem(BigInteger dividend, BigInteger divisor, out BigInteger remainder)

public static double Log(BigInteger value, double baseValue)

public static double Log(BigInteger value)

public static double Log10(BigInteger value)

public static BigInteger Max(BigInteger left, BigInteger right)

public static BigInteger Min(BigInteger left, BigInteger right)

public static BigInteger ModInverse(BigInteger bi, BigInteger modulus)

public static BigInteger ModPow(BigInteger value, BigInteger exponent, BigInteger modulus)

public static BigInteger Multiply(BigInteger left, BigInteger right)

public static BigInteger Negate(BigInteger value)

public static BigInteger op_Addition(BigInteger left, BigInteger right)

public static BigInteger op_BitwiseAnd(BigInteger left, BigInteger right)

public static BigInteger op_BitwiseOr(BigInteger left, BigInteger right)

public static BigInteger op_Decrement(BigInteger value)

public static BigInteger op_Division(BigInteger dividend, BigInteger divisor)

public static bool op_Equality(BigInteger left, BigInteger right)

public static bool op_Equality(BigInteger left, long right)

public static bool op_Equality(long left, BigInteger right)

public static bool op_Equality(BigInteger left, ulong right)

public static bool op_Equality(ulong left, BigInteger right)

public static BigInteger op_ExclusiveOr(BigInteger left, BigInteger right)

public static int op_Explicit(BigInteger value)

public static uint op_Explicit(BigInteger value)

public static short op_Explicit(BigInteger value)

public static ushort op_Explicit(BigInteger value)

public static byte op_Explicit(BigInteger value)

public static sbyte op_Explicit(BigInteger value)

public static long op_Explicit(BigInteger value)

public static ulong op_Explicit(BigInteger value)

public static double op_Explicit(BigInteger value)

public static float op_Explicit(BigInteger value)

public static decimal op_Explicit(BigInteger value)

public static BigInteger op_Explicit(double value)

public static BigInteger op_Explicit(float value)

public static BigInteger op_Explicit(decimal value)

public static bool op_GreaterThan(BigInteger left, BigInteger right)

public static bool op_GreaterThan(BigInteger left, long right)

public static bool op_GreaterThan(long left, BigInteger right)

public static bool op_GreaterThan(BigInteger left, ulong right)

public static bool op_GreaterThan(ulong left, BigInteger right)

public static bool op_GreaterThanOrEqual(BigInteger left, BigInteger right)

public static bool op_GreaterThanOrEqual(BigInteger left, long right)

public static bool op_GreaterThanOrEqual(long left, BigInteger right)

public static bool op_GreaterThanOrEqual(BigInteger left, ulong right)

public static bool op_GreaterThanOrEqual(ulong left, BigInteger right)

public static BigInteger op_Implicit(int value)

public static BigInteger op_Implicit(uint value)

public static BigInteger op_Implicit(short value)

public static BigInteger op_Implicit(ushort value)

public static BigInteger op_Implicit(byte value)

public static BigInteger op_Implicit(sbyte value)

public static BigInteger op_Implicit(long value)

public static BigInteger op_Implicit(ulong value)

public static BigInteger op_Increment(BigInteger value)

public static bool op_Inequality(BigInteger left, BigInteger right)

public static bool op_Inequality(BigInteger left, long right)

public static bool op_Inequality(long left, BigInteger right)

public static bool op_Inequality(BigInteger left, ulong right)

public static bool op_Inequality(ulong left, BigInteger right)

public static BigInteger op_LeftShift(BigInteger value, int shift)

public static bool op_LessThan(BigInteger left, BigInteger right)

public static bool op_LessThan(BigInteger left, long right)

public static bool op_LessThan(long left, BigInteger right)

public static bool op_LessThan(BigInteger left, ulong right)

public static bool op_LessThan(ulong left, BigInteger right)

public static bool op_LessThanOrEqual(BigInteger left, BigInteger right)

public static bool op_LessThanOrEqual(BigInteger left, long right)

public static bool op_LessThanOrEqual(long left, BigInteger right)

public static bool op_LessThanOrEqual(BigInteger left, ulong right)

public static bool op_LessThanOrEqual(ulong left, BigInteger right)

public static BigInteger op_Modulus(BigInteger dividend, BigInteger divisor)

public static BigInteger op_Multiply(BigInteger left, BigInteger right)

public static BigInteger op_RightShift(BigInteger value, int shift)

public static BigInteger op_Subtraction(BigInteger left, BigInteger right)

public static BigInteger op_UnaryNegation(BigInteger value)

public static BigInteger op_UnaryPlus(BigInteger value)

public static BigInteger Parse(string value, NumberStyles style, IFormatProvider provider)

public static BigInteger Parse(string value, IFormatProvider provider)

public static BigInteger Parse(string value, NumberStyles style)

public static BigInteger PositiveMod(BigInteger dividend, BigInteger divisor)

public static BigInteger Pow(BigInteger value, int exponent)

public static BigInteger Random(int bitLength)

public static BigInteger Remainder(BigInteger dividend, BigInteger divisor)

public static BigInteger Subtract(BigInteger left, BigInteger right)

public static bool TryParse(string value, NumberStyles style, CultureInfo cultureInfo, out BigInteger result)

public static bool TryParse(string value, out BigInteger result)

public int CompareTo(object obj)

public int CompareTo(BigInteger other)

public int CompareTo(ulong other)

public int CompareTo(long other)

public bool Equals(BigInteger other)

public bool Equals(long other)

public bool Equals(ulong other)

public byte[] ToByteArray()

public string ToString(IFormatProvider provider)

public string ToString(string format)

public string ToString(string format, IFormatProvider provider)