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

A gene that contains an integer value.
Inheritance: BasicGene
Show file Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
Copy ( IGene gene ) : void

Copy another gene to this one.

Equals ( Object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : String

Method Details

Copy() public final method

Copy another gene to this one.
public final Copy ( IGene gene ) : void
gene IGene
return void

Equals() public final method

public final Equals ( Object obj ) : bool
obj Object
return bool

GetHashCode() public final method

public final GetHashCode ( ) : int
return int

ToString() public final method

public final ToString ( ) : String
return String