The BigInteger type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Abs |
Gets the absolute value of a System.Numerics.BigInteger object.
| |
| Add |
Adds two System.Numerics.BigInteger values and returns the result.
| |
| Compare |
Compares two System.Numerics.BigInteger values and returns an integer that
indicates whether the first value is less than, equal to, or greater than the second value.
| |
| CompareTo(Int64) |
Compares this instance to a signed 64-bit integer and returns an integer
that indicates whether the value of this instance is less than, equal to,
or greater than the value of the signed 64-bit integer.
| |
| CompareTo(Object) |
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
| |
| CompareTo(UInt64) |
Compares this instance to an unsigned 64-bit integer and returns an integer
that indicates whether the value of this instance is less than, equal to,
or greater than the value of the unsigned 64-bit integer.
| |
| CompareTo(BigInteger) |
Compares this instance to a second System.Numerics.BigInteger and returns
an integer that indicates whether the value of this instance is less than,
equal to, or greater than the value of the specified object.
| |
| Divide |
Divides one System.Numerics.BigInteger value by another and returns the result.
| |
| DivRem |
Divides one System.Numerics.BigInteger value by another, returns the result, and returns the remainder in an output parameter.
| |
| Equals(Int64) |
Returns a value that indicates whether the current instance and a signed 64-bit integer have the same value.
| |
| Equals(Object) |
Returns a value that indicates whether the current instance and a specified object have the same value.
(Overrides | |
| Equals(UInt64) |
Returns a value that indicates whether the current instance and an unsigned 64-bit integer have the same value.
| |
| Equals(BigInteger) |
Returns a value that indicates whether the current instance and a specified System.Numerics.BigInteger object have the same value.
| |
Allows an (Inherited from | ||
| GetHashCode |
Returns the hash code for the current System.Numerics.BigInteger object.
(Overrides | |
Gets the (Inherited from | ||
| GreatestCommonDivisor |
Finds the greatest common divisor of two System.Numerics.BigInteger values.
| |
| Log(BigInteger) |
Returns the natural (base e) logarithm of a specified number.
| |
| Log(BigInteger, Double) |
Returns the logarithm of a specified number in a specified base.
| |
| Log10 |
Returns the base 10 logarithm of a specified number.
| |
| Max |
Returns the larger of two System.Numerics.BigInteger values.
| |
Creates a shallow copy of the current (Inherited from | ||
| Min |
Returns the smaller of two System.Numerics.BigInteger values.
| |
| ModInverse |
Mods the inverse.
| |
| ModPow |
Performs modulus division on a number raised to the power of another number.
| |
| Multiply |
Returns the product of two System.Numerics.BigInteger values.
| |
| Negate |
Negates a specified System.Numerics.BigInteger value.
| |
| Parse(String, NumberStyles) |
Converts the string representation of a number in a specified style to its System.Numerics.BigInteger equivalent.
| |
| Parse(String, IFormatProvider) |
Converts the string representation of a number in a specified culture-specific format to its System.Numerics.BigInteger equivalent.
| |
| Parse(String, NumberStyles, IFormatProvider) |
Converts the string representation of a number in a specified style and culture-specific format to its BigInteger equivalent.
| |
| PositiveMod |
Returns positive remainder that results from division with two specified BigInteger values.
| |
| Pow |
Raises a System.Numerics.BigInteger value to the power of a specified value.
| |
| Random |
Generates random BigInteger number
| |
| Remainder |
Performs integer division on two System.Numerics.BigInteger values and returns the remainder.
| |
| Subtract |
Subtracts one System.Numerics.BigInteger value from another and returns the result.
| |
| ToByteArray |
Converts a System.Numerics.BigInteger value to a byte array.
| |
| ToString |
Converts the numeric value of the current System.Numerics.BigInteger object to its equivalent string representation.
(Overrides | |
| ToString(IFormatProvider) |
Converts the numeric value of the current System.Numerics.BigInteger object
to its equivalent string representation by using the specified culture-specific
formatting information.
| |
| ToString(String) |
Converts the numeric value of the current System.Numerics.BigInteger object
to its equivalent string representation by using the specified format.
| |
| ToString(String, IFormatProvider) |
Converts the numeric value of the current System.Numerics.BigInteger object
to its equivalent string representation by using the specified format and
culture-specific format information.
| |
| TryParse(String, BigInteger ) |
Tries to convert the string representation of a number to its System.Numerics.BigInteger
equivalent, and returns a value that indicates whether the conversion succeeded.
| |
| TryParse(String, NumberStyles, CultureInfo, BigInteger ) |
Tries to convert the string representation of a number in a specified style
and culture-specific format to its System.Numerics.BigInteger equivalent,
and returns a value that indicates whether the conversion succeeded.
|
See Also