|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.mathutil.IntRange
public class IntRange
A range of integers.
| Constructor Summary | |
|---|---|
IntRange(int theHigh,
int theLow)
Construct an integer range. |
|
| Method Summary | |
|---|---|
int |
getHigh()
|
int |
getLow()
|
void |
setHigh(int theHigh)
Set the high end of the range. |
void |
setLow(int theLow)
Set the low end of the range. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntRange(int theHigh,
int theLow)
theHigh - The high end of the range.theLow - The low end of the range.| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||