C# Класс Encog.Engine.Util.BoundNumbers

A simple class that prevents numbers from getting either too big or too small.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Bound ( double d ) : double

Bound the number so that it does not become too big or too small.

Приватные методы

Метод Описание
BoundNumbers ( ) : System

Private constructor.

Описание методов

Bound() публичный статический Метод

Bound the number so that it does not become too big or too small.
public static Bound ( double d ) : double
d double The number to check.
Результат double