|
Name
|
Description
|
|
Abs()
|
|
|
Add(BigInt, BigInt)
|
|
|
AsInt32(out int)
|
Converts the BigInt to a int.
|
|
AsInt64(out long)
|
Converts the BigInt to a long.
|
|
AsUInt32(out UInt32)
|
Converts the BigInt to a uint.
|
|
AsUInt64(out UInt64)
|
Converts the BigInt to a ulong.
|
|
Compare(BigInt, BigInt)
|
|
|
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.
|
|
Create(double)
|
Creates a big integer from a double.
|
|
Create(int)
|
Creates a big integer from an int.
|
|
Create(long)
|
Creates a big integer from a long.
|
|
Create(UInt32)
|
Creates a big integer from an unsigned int.
|
|
Create(UInt64)
|
Creates a big integer from an unsigned long.
|
|
DivMod(BigInt, BigInt, out BigInt)
|
|
|
Equals(object)
|
Indicates whether this instance and a specified object are equal.
|
|
GCD(BigInt, BigInt)
|
|
|
GetHashCode()
|
Returns the hash code for this instance.
|
|
GetTypeCode()
|
Returns the TypeCode for this instance.
|
|
ModPow(int, BigInt)
|
|
|
Pow(int)
|
|
|
Square()
|
|
|
ToBoolean(IFormatProvider)
|
Converts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information.
|
|
ToByte(IFormatProvider)
|
Converts the value of this instance to an equivalent 8-bit unsigned integer using the specified culture-specific formatting information.
|
|
ToChar(IFormatProvider)
|
Converts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information.
|
|
ToDateTime(IFormatProvider)
|
Converts the value of this instance to an equivalent DateTime using the specified culture-specific formatting information.
|
|
ToDecimal(IFormatProvider)
|
Converts the value of this instance to an equivalent Decimal number using the specified culture-specific formatting information.
|
|
ToDouble(IFormatProvider)
|
Converts the value of this instance to an equivalent double-precision floating-point number using the specified culture-specific formatting information.
|
|
ToFloat64()
|
|
|
ToInt16(IFormatProvider)
|
Converts the value of this instance to an equivalent 16-bit signed integer using the specified culture-specific formatting information.
|
|
ToInt32()
|
|
|
ToInt32(IFormatProvider)
|
Converts the value of this instance to an equivalent 32-bit signed integer using the specified culture-specific formatting information.
|
|
ToInt64()
|
|
|
ToInt64(IFormatProvider)
|
Converts the value of this instance to an equivalent 64-bit signed integer using the specified culture-specific formatting information.
|
|
ToSByte(IFormatProvider)
|
Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information.
|
|
ToSingle(IFormatProvider)
|
Converts the value of this instance to an equivalent single-precision floating-point number using the specified culture-specific formatting information.
|
|
ToString()
|
Returns the fully qualified type name of this instance.
|
|
ToString(IFormatProvider)
|
Converts the value of this instance to an equivalent String using the specified culture-specific formatting information.
|
|
ToString(UInt32)
|
|
|
ToType(Type, IFormatProvider)
|
Converts the value of this instance to an Object of the specified Type that has an equivalent value, using the specified culture-specific formatting information.
|
|
ToUInt16(IFormatProvider)
|
Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information.
|
|
ToUInt32()
|
Converts the BigInt to a uint.
|
|
ToUInt32(IFormatProvider)
|
Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information.
|
|
ToUInt64(IFormatProvider)
|
Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information.
|