org.encog.mathutil
public class IntRange extends Object
Constructor and Description |
---|
IntRange(int theHigh,
int theLow)
Construct an integer range.
|
public IntRange(int theHigh, int theLow)
theHigh
- The high end of the range.theLow
- The low end of the range.public final int getHigh()
public final int getLow()
public final void setHigh(int theHigh)
theHigh
- The high end of the range.public final void setLow(int theLow)
theLow
- The low end of the range.Copyright © 2014. All Rights Reserved.