AForge.Genetic.ChromosomeBase.Clone C# (CSharp) Method

Clone() public abstract method

Clone the chromosome.

The method clones the chromosome returning the exact copy of it.

public abstract Clone ( ) : IChromosome
return IChromosome
        public abstract IChromosome Clone( );