Gene Constructor

GeneticSharp

Gene Constructor GeneticSharp
Initializes a new instance of the Gene class.

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

Syntax

public Gene(
	Object value
)
public Gene(
	Object value
)

Parameters

value
Type: OnlineSystem Object
The gene intial value.
See Also