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

Inheritance: IInputField
Mostra file Open project: encog/encog-silverlight-core

Public Methods

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

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

GetValue() public method

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.
return double