public class VariableGridSpec
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
lowerVal
The lower value of the variable on the gird
|
int |
numGridPoints
The number of grid points along this variable
|
double |
upperVal
The upper value of the variable on the grid
|
Constructor and Description |
---|
VariableGridSpec(double lowerVal,
double upperVal,
int numGridPoints) |
Modifier and Type | Method and Description |
---|---|
double |
cellWidth()
Returns the width of a grid cell along this attribute.
|
public double lowerVal
public double upperVal
public int numGridPoints