|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.fhcrc.cpl.toolbox.datastructure.FloatRange
public class FloatRange
User: mbellew Date: May 24, 2004 Time: 9:10:38 PM
| Field Summary | |
|---|---|
float |
max
|
float |
min
|
| Constructor Summary | |
|---|---|
FloatRange()
|
|
FloatRange(float n,
float x)
|
|
| Method Summary | |
|---|---|
boolean |
contains(float x)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public float min
public float max
| Constructor Detail |
|---|
public FloatRange()
public FloatRange(float n,
float x)
| Method Detail |
|---|
public boolean contains(float x)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||