C# Class Encog.Util.Normalize.Input.BasicInputField

Inheritance: IInputField
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
ApplyMinMax ( double d ) : void

Given the current value, apply to the min and max values.

GetValue ( int i ) : double

Not supported for this sort of class, may be implemented in subclasses. Will throw an exception.

Method Details

ApplyMinMax() public méthode

Given the current value, apply to the min and max values.
public ApplyMinMax ( double d ) : void
d double The current value.
Résultat void

GetValue() public méthode

Not supported for this sort of class, may be implemented in subclasses. Will throw an exception.
public GetValue ( int i ) : double
i int The index. Not used.
Résultat double