C# Class Encog.MathUtil.IntRange

A range of integers.
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
IntRange ( int high, int low )

Construct an integer range.

Method Details

IntRange() public méthode

Construct an integer range.
public IntRange ( int high, int low )
high int The high end of the range.
low int The low end of the range.