C# Класс Encog.Solve.Genetic.Genes.IntegerGene

A gene that holds an integer.
Наследование: BasicGene
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Copy() публичный Метод

Copy another gene to this one.
public Copy ( IGene gene ) : void
gene IGene The other gene to copy.
Результат void

Equals() публичный Метод

Determine if this gene has the same values as another.
public Equals ( Object obj ) : bool
obj Object The other object.
Результат bool

GetHashCode() публичный Метод

Generate a hash code.
public GetHashCode ( ) : int
Результат int

ToString() публичный Метод

The gene as a string.
public ToString ( ) : String
Результат String