The AdvancedIntegerMath type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
BinomialCoefficient(Int32, Int32)
Computes a binomial coefficient.
DoubleFactorial(Int32)
Computes the double factorial of the given number.
Factorial(Int32)
Computes the factorial of an integer.
GCF(Int64, Int64)
Computes the greatest common factor of two integers.
LCM(Int64, Int64)
Computes the least common multiple of two integers.
LogDoubleFactorial(Int32)
Computes the natural logarithm of the double factorial of the given number.
LogFactorial(Int32)
Computes the logrithm of the factorial of an integer.
Partitions(Int32)
Enumerates all partitions of the given integer
PowMod(Int32, Int32, Int32)
Computes a power of an integer in modular arithmetic.

See Also