C# Class Encog.Solve.Genetic.Genes.IntegerGene

A gene that holds an integer.
Inheritance: BasicGene
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
Copy ( IGene gene ) : void

Copy another gene to this one.

Equals ( Object obj ) : bool

Determine if this gene has the same values as another.

GetHashCode ( ) : int

Generate a hash code.

ToString ( ) : String

The gene as a string.

Method Details

Copy() public méthode

Copy another gene to this one.
public Copy ( IGene gene ) : void
gene IGene The other gene to copy.
Résultat void

Equals() public méthode

Determine if this gene has the same values as another.
public Equals ( Object obj ) : bool
obj Object The other object.
Résultat bool

GetHashCode() public méthode

Generate a hash code.
public GetHashCode ( ) : int
Résultat int

ToString() public méthode

The gene as a string.
public ToString ( ) : String
Résultat String