C# 클래스 Encog.Solve.Genetic.Genes.IntegerGene

A gene that holds an integer.
상속: BasicGene
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
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