public class BasicNoiseFunction extends Object implements NoiseFunction
| Modifier and Type | Field and Description |
|---|---|
static BasicNoiseFunction |
noNoise
Holds the one instance of the singleton class.
|
public static BasicNoiseFunction noNoise
public double apply(double trueValue)
apply in interface NoiseFunctiontrueValue - the actual value of the quantity.Copyright © 2013. All rights reserved.