C# Класс Encog.Normalize.Input.BasicInputField

Наследование: IInputField
Показать файл Открыть проект

Открытые методы

Метод Описание
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