double |
MeXScalardSet.getMax() |
Gets the maximum value of this scalar set.
|
double[] |
MeXVec3dSet.getMaxVec() |
Gets the coordinates {x,y,z} of the maximum vector of this set.
|
double |
MeXScalardSet.getMean() |
Returns the mean value of this scalar set.
|
double[] |
MeXVec3dSet.getMeanVec() |
Gets the coordinates {x,y,z} of the mean vector of this set.
|
double |
MeXScalardSet.getMin() |
Gets the minimum value of this scalar set.
|
double[] |
MeXVec3dSet.getMinVec() |
Gets the coordinates {x,y,z} of the minimum vector of this set.
|
double |
MeXScalardSet.getStandardDeviation() |
Returns the standard deviation value of this scalar set.
|
double[] |
MeXVec3dSet.getStandardDeviationVec() |
Gets the coordinates {x,y,z} of the standard deviation vector of this set.
|