public static class TutorialMeasurements.TutorialRange extends Object
| Constructor and Description |
|---|
TutorialRange() |
| Modifier and Type | Method and Description |
|---|---|
double |
getSigma()
Get the theoretical standard deviation of the measurement.
|
double |
getWeight()
Get the measurement base weight.
|
void |
setSigma(double sigma)
Set the theoretical standard deviation of the measurement.
|
void |
setWeight(double weight)
Set the measurement base weight.
|
public double getSigma()
public void setSigma(double sigma)
sigma - theoretical standard deviation of the measurementpublic double getWeight()
public void setWeight(double weight)
weight - measurement base weightCopyright © 2002–2022 CS GROUP. All rights reserved.