C# 클래스 Encog.Normalize.Input.BasicInputField

상속: IInputField
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
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.

메소드 상세

ApplyMinMax() 공개 메소드

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

GetValue() 공개 메소드

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.
리턴 double