Methods in FRAMES2API with parameters of type DataSet.ByReferenceDouble |
int |
DataSet.GetFloat(int PID,
java.lang.String dataset,
java.lang.String variable,
java.lang.String unit,
int[] indices,
DataSet.ByReferenceDouble value)
Documentation for: GetFloat
Get an Float from a dataset given the variable name, units and a set of indices. |
int |
DataSet.GetVarMax(int PID,
java.lang.String dictionary,
java.lang.String variable,
DataSet.ByReferenceDouble max)
Documentation for: GetVarMax
Get the max value for ints and doubles, length for strings, empty for logicals. |
int |
DataSet.GetVarMin(int PID,
java.lang.String dictionary,
java.lang.String variable,
DataSet.ByReferenceDouble min)
Documentation for: GetVarMin
Get the min value for ints and doubles, length for strings, empty for logicals. |