Show / Hide Table of Contents

    Class PrimeGenerator

    A prime number generation algorithm using Sieve of Eratosthenes.

    Inheritance
    Object
    PrimeGenerator
    Namespace: Advanced.Algorithms.Numerical
    Assembly: Advanced.Algorithms.dll
    Syntax
    public class PrimeGenerator : object

    Methods

    GetAllPrimes(Int32)

    Declaration
    public static List<int> GetAllPrimes(int max)
    Parameters
    Type Name Description
    Int32 max
    Returns
    Type Description
    List<Int32>
    Back to top Generated by DocFX