C# Class GeneticAlgorithms.ExampleClasses.BoolGene

Inheritance: IGene
Afficher le fichier Open project: DanielBaulig/Genetic-Algorithms Class Usage Examples

Protected Properties

Свойство Type Description
value bool

Méthodes publiques

Méthode Description
BoolGene ( ) : System
BoolGene ( bool value ) : System
Clone ( ) : object
Equals ( object o ) : bool
Mutate ( ) : void
ToString ( ) : string

Method Details

BoolGene() public méthode

public BoolGene ( ) : System
Résultat System

BoolGene() public méthode

public BoolGene ( bool value ) : System
value bool
Résultat System

Clone() public méthode

public Clone ( ) : object
Résultat object

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

Mutate() public méthode

public Mutate ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

value protected_oe property

protected bool value
Résultat bool