C# Class Encog.Engine.Util.BoundNumbers

A simple class that prevents numbers from getting either too big or too small.
ファイルを表示 Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
Bound ( double d ) : double

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

Private Methods

Method Description
BoundNumbers ( ) : System

Private constructor.

Method Details

Bound() public static method

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