ChromosomeBase.Length Property

GeneticSharp

ChromosomeBase Length Property GeneticSharp
Gets the length, in genes, of the chromosome.

Namespace: GeneticSharp.Domain.Chromosomes
Assembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434

Syntax

public int Length { get; }
public int Length { get; }

Property Value

Type: OnlineInt32

Implements

IChromosome Length
See Also