public interface ProcessDoublesInterface
Modifier and Type | Method and Description |
---|---|
boolean |
getCanProcessDoubleArrays() |
boolean |
getRequireDoubleInputs() |
void |
setCanProcessDoubleArrays(boolean state)
Unit Programmers should set this to true if this unit can process input data sets in double precision format
|
void |
setRequireDoubleInputs(boolean state)
Unit Programmers should set this to true if this unit requires its inputs to be in double precision format
|
boolean getRequireDoubleInputs()
boolean getCanProcessDoubleArrays()
void setRequireDoubleInputs(boolean state)
void setCanProcessDoubleArrays(boolean state)