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 binomial coefficients.
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.
LogFactorial(Int32)
Computes the logrithm of the factorial of an integer.

See Also