[This is preliminary documentation and is subject to change.]

The BigInt type exposes the following methods.

Methods

  NameDescription
Public methodStatic memberAbs
Finds the absolute value of a number.
Public methodCompareTo
Compares two BigInts.
Public methodEqualsOverloaded.
Public methodStatic memberFactorial
Calculates the factorial of a number.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Obtains the hash code for this number.
(Overrides Object..::.GetHashCode()()().)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberPowOverloaded.
Public methodToString
A string representation.
(Overrides Object..::.ToString()()().)

Operators

  NameDescription
Public operatorStatic memberAdditionOverloaded.
Public operatorStatic memberDivision
Divides the two BigInts.
Public operatorStatic memberEquality
An equality test.
Public operatorStatic memberExplicitOverloaded.
Public operatorStatic memberGreaterThan
A “greater-than” comparison.
Public operatorStatic memberGreaterThanOrEqual
A “greater-than-or-equal” comparison.
Public operatorStatic memberImplicit
This allows “simple notation”, such as BigInt myBigInt = 2400;.
Public operatorStatic memberInequality
An inequality test.
Public operatorStatic memberLessThan
A “less-than” comparison.
Public operatorStatic memberLessThanOrEqual
A “less-than-or-equal” comparison.
Public operatorStatic memberMultiplyOverloaded.
Public operatorStatic memberSubtractionOverloaded.
Public operatorStatic memberUnaryNegation
Negates a BigInt.

See Also