| Name | Description |
---|
  | Addition | |
  | BitwiseAnd |
Computes the bitwise and of two BigInteger values.
|
  | BitwiseOr |
Computes the bitwise and of two BigInteger values.
|
  | Division(BigInteger, BigInteger) |
Divides one BigInteger by another and returns the result.
|
  | Division(BigInteger, Int32) |
Divides one BigInteger by another and returns the result.
|
  | Equality(BigInteger, BigInteger) |
Returns whether a BigInteger is equal to another and returns the result.
|
  | Equality(BigInteger, Int32) |
Returns whether a BigInteger is equal to an integer.
|
  | Equality(Int32, BigInteger) |
Returns whether a BigInteger is equal to an integer.
|
  | ExclusiveOr |
Computes the bitwise exclusive or of two BigInteger values.
|
  | (BigInteger to Byte) | |
  | (BigInteger to Decimal) | |
  | (BigInteger to Double) |
Converts a BigInteger to a double-precision floating-point number.
|
  | (BigInteger to Int16) | |
  | (BigInteger to Int32) | |
  | (BigInteger to Int64) | |
  | (BigInteger to SByte) | |
  | (BigInteger to Single) |
Converts a BigInteger to a single-precision floating-point number.
|
  | (BigInteger to UInt16) | |
  | (BigInteger to UInt32) | |
  | (BigInteger to UInt64) | |
  | (Decimal to BigInteger) | |
  | (Double to BigInteger) |
Converts a double-precision floating-point number to a BigInteger value.
|
  | (Single to BigInteger) |
Converts a single-precision floating-point number to a BigInteger value.
|
  | Exponent |
Represents the exponentiation operator.
|
  | Exponentiation |
Represents the exponentiation operator.
|
  | GreaterThan(BigInteger, BigInteger) |
Returns whether a BigInteger is greater than another and returns the result.
|
  | GreaterThan(BigInteger, Int32) |
Returns whether an integer is greater than a BigInteger.
|
  | GreaterThan(Int32, BigInteger) |
Returns whether an integer is greater than a BigInteger.
|
  | GreaterThanOrEqual(BigInteger, BigInteger) |
Returns whether a BigInteger is greater than or equal to another and returns the result.
|
  | GreaterThanOrEqual(BigInteger, Int32) |
Returns whether an integer is greater than or equal to a BigInteger.
|
  | GreaterThanOrEqual(Int32, BigInteger) |
Returns whether an integer is greater than or equal to a BigInteger.
|
  | (Byte to BigInteger) | |
  | (Int16 to BigInteger) |
Converts a 16 bit signed integer to a BigInteger value.
|
  | (Int32 to BigInteger) |
Converts a 32 bit signed integer to a BigInteger value.
|
  | (Int64 to BigInteger) |
Converts a 64 bit signed integer to a BigInteger value.
|
  | (SByte to BigInteger) | |
  | (UInt16 to BigInteger) |
Converts a 16 bit unsigned integer to a BigInteger value.
|
  | (UInt32 to BigInteger) |
Converts a 32 bit unsigned integer to a BigInteger value.
|
  | (UInt64 to BigInteger) |
Converts a 64 bit unsigned integer to a BigInteger value.
|
  | Inequality(BigInteger, BigInteger) |
Returns whether a BigInteger is not equal to another and returns the result.
|
  | Inequality(BigInteger, Int32) |
Returns whether a BigInteger is not equal to an integer.
|
  | Inequality(Int32, BigInteger) |
Returns whether a BigInteger is not equal to an integer.
|
  | LeftShift |
Shifts the bits to the left, padding the right with zeros.
|
  | LessThan(BigInteger, BigInteger) |
Returns whether a BigInteger is less than another and returns the result.
|
  | LessThan(BigInteger, Int32) |
Returns whether an integer is less than a BigInteger.
|
  | LessThan(Int32, BigInteger) |
Returns whether an integer is less than a BigInteger.
|
  | LessThanOrEqual(BigInteger, BigInteger) |
Returns whether a BigInteger is less than or equal to another and returns the result.
|
  | LessThanOrEqual(BigInteger, Int32) |
Returns whether an integer is less than or equal to a BigInteger.
|
  | LessThanOrEqual(Int32, BigInteger) |
Returns whether an integer is less than or equal to a BigInteger.
|
  | Modulus |
Returns the remainder after dividing one BigInteger by another and returns the result.
|
  | Multiply(BigInteger, BigInteger) | |
  | Multiply(BigInteger, UInt32) |
Returns the product of a BigInteger number and an unsigned integer.
|
  | Multiply(Int32, BigInteger) |
Returns the product of an integer and a BigInteger number.
|
  | Multiply(UInt32, BigInteger) |
Returns the product of an unsigned integer and a BigInteger number.
|
  | OnesComplement | |
  | RightShift |
Shifts the bits to the right, discarding bits on the right.
|
  | Subtraction |
Returns the difference between two BigInteger numbers.
|
  | UnaryNegation | |
  | UnaryPlus | |