C# Class xpidea.neuro.net.examples.son.movie.Form1

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: AlexCherkasov/Neuro.NET

Méthodes publiques

Свойство Type Description
InputsCount int
MapSize int
OutputsCount int
PatternsCount int

Méthodes publiques

Méthode Description
Form1 ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Form1_Closing ( object sender, CancelEventArgs e ) : void
GetCheckedIndex ( ) : int
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Main ( ) : void
SetPattern ( PatternsCollection aPatterns, int i, double x, double y ) : void
button1_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Form1() public méthode

public Form1 ( ) : System
Résultat System

Property Details

InputsCount public_oe property

public int InputsCount
Résultat int

MapSize public_oe property

public int MapSize
Résultat int

OutputsCount public_oe property

public int OutputsCount
Résultat int

PatternsCount public_oe property

public int PatternsCount
Résultat int