public class Gen
extends java.lang.Object
| Constructor and Description |
|---|
Gen() |
| Modifier and Type | Method and Description |
|---|---|
double |
max()
Returns the maximum variable.
|
double |
min()
Returns the minimum variable.
|
void |
set_max(double value)
Sets the maximum variable with the value given.
|
void |
set_min(double value)
Sets the minimum variable with the value given.
|
public double min()
public double max()
public void set_min(double value)
value - value given to set.public void set_max(double value)
value - value given to set.