C# Class HyperNEATBoxes.IntPair

Datei anzeigen Open project: encog/encog-dotnet-more-examples Class Usage Examples

Public Methods

Method 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 method

public Add ( int v ) : void
v int
return void

Add() public method

public Add ( int addX, int addY ) : void
addX int
addY int
return void

AddX() public method

public AddX ( int v ) : void
v int
return void

AddY() public method

public AddY ( int v ) : void
v int
return void

Clone() public method

public Clone ( ) : Object
return Object

IntPair() public method

public IntPair ( int theX, int theY ) : System
theX int
theY int
return System

ToString() public method

public ToString ( ) : String
return String