isPrime Methods |
The isPrime type exposes the following members.
| Name | Description | |
|---|---|---|
| IsPrime(Int32, Int32) |
Performs a full check as whether a number is prime.
| |
| IsPrime(Int64, Int32) |
Performs a full check as whether a number is prime.
| |
| IsPrimeByList |
Get whether a number is prime by checking PrimeList.
| |
| isProbablyPrime(Int32, RandomGenerator) |
Performs a statistical trial to check for primality.
| |
| isProbablyPrime(Int64, RandomGenerator) |
Performs a statistical trial to check for primality.
| |
| isProbablyPrime(BigInteger, RandomGenerator) |
Performs a statistical trial to check for primality.
| |
| isProbablyPrime(Int32, Int32, RandomGenerator) |
Performs statistic trials to check whether the number is prime.
| |
| isProbablyPrime(Int64, Int32, RandomGenerator) |
Performs statistic trials to check whether the number is prime.
| |
| isProbablyPrime(BigInteger, Int32, RandomGenerator) |
Performs statistic trials to check whether the number is prime.
|