public interface MeXScalardSet extends MiDataSet
An interface for an extracted scalar set with boundaries (min and max) returned by any extract of a mesh.
Modifier and Type | Method and Description |
---|---|
double |
getMax()
Gets the maximum value of this scalar set.
|
double |
getMean()
Returns the mean value of this scalar set.
|
double |
getMin()
Gets the minimum value of this scalar set.
|
double |
getStandardDeviation()
Returns the standard deviation value of this scalar set.
|
getBinding, getName, getTimeStamp
double getMin() throws MeEmptyDataSetException
MeEmptyDataSetException
- if extracted data set is empty.double getMax() throws MeEmptyDataSetException
MeEmptyDataSetException
- if extracted data set is empty.double getMean() throws MeEmptyDataSetException
MeEmptyDataSetException
- if extracted data set is empty.double getStandardDeviation() throws MeEmptyDataSetException
MeEmptyDataSetException
- if extracted data set is empty.Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com