Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
GeneticAlgorithms
ExampleClasses
IntGene
C# Class GeneticAlgorithms.ExampleClasses.IntGene
Inheritance:
IGene
Afficher le fichier
Open project: DanielBaulig/Genetic-Algorithms
Méthodes publiques
Свойство
Type
Description
MaxValue
int
Protected Properties
Свойство
Type
Description
value
int
Méthodes publiques
Méthode
Description
Clone
( ) :
object
Equals
(
object
o
) :
bool
IntGene
( ) :
System
IntGene
(
int
value
) :
System
Mutate
( ) :
void
ToString
( ) :
string
Method Details
Clone()
public
méthode
public
Clone
( ) :
object
Résultat
object
Equals()
public
méthode
public
Equals
(
object
o
) :
bool
o
object
Résultat
bool
IntGene()
public
méthode
public
IntGene
( ) :
System
Résultat
System
IntGene()
public
méthode
public
IntGene
(
int
value
) :
System
value
int
Résultat
System
Mutate()
public
méthode
public
Mutate
( ) :
void
Résultat
void
ToString()
public
méthode
public
ToString
( ) :
string
Résultat
string
Property Details
MaxValue
public_oe static_oe property
public
static
int
MaxValue
Résultat
int
value
protected_oe property
protected
int
value
Résultat
int