public interface BoundMultivariate
Modifier and Type | Method and Description |
---|---|
double |
boundValue()
Retrieve the Bound Value
|
int |
boundVariateIndex()
Retrieve the Bound Variate Index
|
boolean |
isUpper()
Retrieve the Bound Type Indicator Flag
|
boolean |
violated(double dblVariate)
Indicate if the Specified Bound has been violated by the Variate
|
boolean isUpper()
int boundVariateIndex()
double boundValue()
boolean violated(double dblVariate) throws java.lang.Exception
dblVariate
- The Variatejava.lang.Exception
- Thrown if the Inputs are Invalid