C# Class HyperNEATBoxes.IntPair

Afficher le fichier Open project: encog/encog-dotnet-more-examples Class Usage Examples

Méthodes publiques

Méthode Description
Add ( int v ) : void
Add ( int addX, int addY ) : void
AddX ( int v ) : void
AddY ( int v ) : void
Clone ( ) : Object
IntPair ( int theX, int theY ) : System
ToString ( ) : String

Method Details

Add() public méthode

public Add ( int v ) : void
v int
Résultat void

Add() public méthode

public Add ( int addX, int addY ) : void
addX int
addY int
Résultat void

AddX() public méthode

public AddX ( int v ) : void
v int
Résultat void

AddY() public méthode

public AddY ( int v ) : void
v int
Résultat void

Clone() public méthode

public Clone ( ) : Object
Résultat Object

IntPair() public méthode

public IntPair ( int theX, int theY ) : System
theX int
theY int
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String