Prime |
public class PrimeNumberMath
The PrimeNumberMath type exposes the following members.
| Name | Description | |
|---|---|---|
| PrimeNumberMath | Initializes a new instance of the PrimeNumberMath class |
| Name | Description | |
|---|---|---|
| MaximumSupportedPrimeNumber | Gets the maximum prime number supported by this implementation. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetAllDivisors(IListPrimeFactor) | Gets all (positive) divisors described by the specified prime factors. | |
| GetAllDivisors(Int64) | Gets all (positive) divisors of x. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetNeighbouringDivisors | Gets the divisors of nominator nearest to searchCenter. | |
| GetNumberFromPrimeFactors | Reconstructs a number from its prime factorization. | |
| GetPrimeNumbersExcludingOneUpTo | Enumerates prime numbers up to and including maxNumber. | |
| GetPrimeNumbersIncludingOneUpTo | Enumerates prime numbers up to and including maxNumber, additionally yielding 1. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IsPrime | Determines whether x is a prime number. | |
| LeastCommonMultiple | Gets the least common multiple of the two numbers x and y. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| PrimeFactorization | Computes the prime factorization of x. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |