|
| Name | Description |
|---|
.gif) .gif) | Addition | Adds the values of two specified BigInteger objects. |
.gif) .gif) | BitwiseAnd | Performs a bitwise And operation on two BigInteger values. |
.gif) .gif) | BitwiseOr | Performs a bitwise Or operation on two BigInteger values. |
.gif) .gif) | Decrement | Decrements a BigInteger value by 1. |
.gif) .gif) | Division | Divides a specified BigInteger value by another specified BigInteger value by using integer division. |
.gif) .gif) | Equality(BigInteger, Int64) | Returns a value that indicates whether a BigInteger value and a signed long integer value are equal. |
.gif) .gif) | Equality(BigInteger, BigInteger) | Returns a value that indicates whether the values of two BigInteger objects are equal. |
.gif) .gif) | Equality(BigInteger, UInt64) | Returns a value that indicates whether a BigInteger value and an unsigned long integer value are equal. |
.gif) .gif) | Equality(Int64, BigInteger) | Returns a value that indicates whether a signed long integer value and a BigInteger value are equal. |
.gif) .gif) | Equality(UInt64, BigInteger) | Returns a value that indicates whether an unsigned long integer value and a BigInteger value are equal. |
.gif) .gif) | ExclusiveOr | Performs a bitwise exclusive Or (XOr) operation on two BigInteger values. |
.gif) .gif) | ExplicitNarrowingExplicitExplicit(BigInteger to Byte) | Defines an explicit conversion of a BigInteger object to an unsigned byte value. |
.gif) .gif) | ExplicitNarrowingExplicitExplicit(BigInteger to Int32) | Defines an explicit conversion of a BigInteger object to a 32-bit signed integer value. |
.gif) .gif) | ExplicitNarrowingExplicitExplicit(BigInteger to UInt64) | Defines an explicit conversion of a BigInteger object to an unsigned 64-bit integer value. |
.gif) .gif) | ExplicitNarrowingExplicitExplicit(BigInteger to Single) | Defines an explicit conversion of a BigInteger object to a single-precision floating-point value. |
.gif) .gif) | ExplicitNarrowingExplicitExplicit(BigInteger to Double) | Defines an explicit conversion of a BigInteger object to a Double value. |
.gif) .gif) | ExplicitNarrowingExplicitExplicit(BigInteger to Int64) | Defines an explicit conversion of a BigInteger object to a 64-bit signed integer value. |
.gif) .gif) | ExplicitNarrowingExplicitExplicit(BigInteger to Int16) | Defines an explicit conversion of a BigInteger object to a 16-bit signed integer value. |
.gif) .gif) | ExplicitNarrowingExplicitExplicit(BigInteger to SByte) | Defines an explicit conversion of a BigInteger object to a signed 8-bit value. |
.gif) .gif) | ExplicitNarrowingExplicitExplicit(BigInteger to UInt32) | Defines an explicit conversion of a BigInteger object to an unsigned 32-bit integer value. |
.gif) .gif) | ExplicitNarrowingExplicitExplicit(BigInteger to UInt16) | Defines an explicit conversion of a BigInteger object to an unsigned 16-bit integer value. |
.gif) .gif) | ExplicitNarrowingExplicitExplicit(BigInteger to Decimal) | Defines an explicit conversion of a BigInteger object to a Decimal value. |
.gif) .gif) | ExplicitNarrowingExplicitExplicit(Decimal to BigInteger) | Defines an explicit conversion of a Decimal object to a BigInteger value. |
.gif) .gif) | ExplicitNarrowingExplicitExplicit(Double to BigInteger) | Defines an explicit conversion of a Double value to a BigInteger value. |
.gif) .gif) | ExplicitNarrowingExplicitExplicit(Single to BigInteger) | Defines an explicit conversion of a Single object to a BigInteger value. |
.gif) .gif) | GreaterThan(BigInteger, Int64) | Returns a value that indicates whether a BigInteger is greater than a 64-bit signed integer value. |
.gif) .gif) | GreaterThan(BigInteger, BigInteger) | Returns a value that indicates whether a BigInteger value is greater than another BigInteger value. |
.gif) .gif) | GreaterThan(BigInteger, UInt64) | Returns a value that indicates whether a BigInteger value is greater than a 64-bit unsigned integer. |
.gif) .gif) | GreaterThan(Int64, BigInteger) | Returns a value that indicates whether a 64-bit signed integer is greater than a BigInteger value. |
.gif) .gif) | GreaterThan(UInt64, BigInteger) | Returns a value that indicates whether a BigInteger value is greater than a 64-bit unsigned integer. |
.gif) .gif) | GreaterThanOrEqual(BigInteger, Int64) | Returns a value that indicates whether a BigInteger value is greater than or equal to a 64-bit signed integer value. |
.gif) .gif) | GreaterThanOrEqual(BigInteger, BigInteger) | Returns a value that indicates whether a BigInteger value is greater than or equal to another BigInteger value. |
.gif) .gif) | GreaterThanOrEqual(BigInteger, UInt64) | Returns a value that indicates whether a BigInteger value is greater than or equal to a 64-bit unsigned integer value. |
.gif) .gif) | GreaterThanOrEqual(Int64, BigInteger) | Returns a value that indicates whether a 64-bit signed integer is greater than or equal to a BigInteger value. |
.gif) .gif) | GreaterThanOrEqual(UInt64, BigInteger) | Returns a value that indicates whether a 64-bit unsigned integer is greater than or equal to a BigInteger value. |
.gif) .gif) | ImplicitWideningImplicitImplicit(Byte to BigInteger) | Defines an implicit conversion of an unsigned byte to a BigInteger value. |
.gif) .gif) | ImplicitWideningImplicitImplicit(Int16 to BigInteger) | Defines an implicit conversion of a signed 16-bit integer to a BigInteger value. |
.gif) .gif) | ImplicitWideningImplicitImplicit(Int32 to BigInteger) | Defines an implicit conversion of a signed 32-bit integer to a BigInteger value. |
.gif) .gif) | ImplicitWideningImplicitImplicit(Int64 to BigInteger) | Defines an implicit conversion of a signed 64-bit integer to a BigInteger value. |
.gif) .gif) | ImplicitWideningImplicitImplicit(SByte to BigInteger) | Defines an implicit conversion of an 8-bit signed integer to a BigInteger value. |
.gif) .gif) | ImplicitWideningImplicitImplicit(UInt16 to BigInteger) | Defines an implicit conversion of a 16-bit unsigned integer to a BigInteger value. |
.gif) .gif) | ImplicitWideningImplicitImplicit(UInt32 to BigInteger) | Defines an implicit conversion of a 32-bit unsigned integer to a BigInteger value. |
.gif) .gif) | ImplicitWideningImplicitImplicit(UInt64 to BigInteger) | Defines an implicit conversion of a 64-bit unsigned integer to a BigInteger value. |
.gif) .gif) | Increment | Increments a BigInteger value by 1. |
.gif) .gif) | Inequality(BigInteger, Int64) | Returns a value that indicates whether a BigInteger value and a 64-bit signed integer are not equal. |
.gif) .gif) | Inequality(BigInteger, BigInteger) | Returns a value that indicates whether two BigInteger objects have different values. |
.gif) .gif) | Inequality(BigInteger, UInt64) | Returns a value that indicates whether a BigInteger value and a 64-bit unsigned integer are not equal. |
.gif) .gif) | Inequality(Int64, BigInteger) | Returns a value that indicates whether a 64-bit signed integer and a BigInteger value are not equal. |
.gif) .gif) | Inequality(UInt64, BigInteger) | Returns a value that indicates whether a 64-bit unsigned integer and a BigInteger value are not equal. |
.gif) .gif) | LeftShift | Shifts a BigInteger value a specified number of bits to the left. |
.gif) .gif) | LessThan(BigInteger, Int64) | Returns a value that indicates whether a BigInteger value is less than a 64-bit signed integer. |
.gif) .gif) | LessThan(BigInteger, BigInteger) | Returns a value that indicates whether a BigInteger value is less than another BigInteger value. |
.gif) .gif) | LessThan(BigInteger, UInt64) | Returns a value that indicates whether a BigInteger value is less than a 64-bit unsigned integer. |
.gif) .gif) | LessThan(Int64, BigInteger) | Returns a value that indicates whether a 64-bit signed integer is less than a BigInteger value. |
.gif) .gif) | LessThan(UInt64, BigInteger) | Returns a value that indicates whether a 64-bit unsigned integer is less than a BigInteger value. |
.gif) .gif) | LessThanOrEqual(BigInteger, Int64) | Returns a value that indicates whether a BigInteger value is less than or equal to a 64-bit signed integer. |
.gif) .gif) | LessThanOrEqual(BigInteger, BigInteger) | Returns a value that indicates whether a BigInteger value is less than or equal to another BigInteger value. |
.gif) .gif) | LessThanOrEqual(BigInteger, UInt64) | Returns a value that indicates whether a BigInteger value is less than or equal to a 64-bit unsigned integer. |
.gif) .gif) | LessThanOrEqual(Int64, BigInteger) | Returns a value that indicates whether a 64-bit signed integer is less than or equal to a BigInteger value. |
.gif) .gif) | LessThanOrEqual(UInt64, BigInteger) | Returns a value that indicates whether a 64-bit unsigned integer is less than or equal to a BigInteger value. |
.gif) .gif) | Modulus | Returns the remainder that results from division with two specified BigInteger values. |
.gif) .gif) | Multiply | Multiplies two specified BigInteger values. |
.gif) .gif) | OnesComplement | Returns the bitwise one's complement of a BigInteger value. |
.gif) .gif) | RightShift | Shifts a BigInteger value a specified number of bits to the right. |
.gif) .gif) | Subtraction | Subtracts a BigInteger value from another BigInteger value. |
.gif) .gif) | UnaryNegation | Negates a specified BigInteger value. |
.gif) .gif) | UnaryPlus | Returns the value of the BigInteger operand. (The sign of the operand is unchanged.) |