Get or set the genes value

[Visual Basic]
Public Default Property Item( _
   ByVal index As Integer _
) As Single
[C#]
public float this[    int index ] {get; set;}

See Also

GeneticLearningAlgorithm.GeneticNeuralNetwork Class | GeneticLearningAlgorithm.GeneticNeuralNetwork Members | NeuralNetwork Namespace