public class DoubleFunctionSampledEventArgs extends EventArgs
| Constructor and Description | 
|---|
DoubleFunctionSampledEventArgs(DoubleFunctionDetails function,
                              double sampleVariable,
                              double sampleValue)
Initializes a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DoubleFunctionDetails | 
getFunction()
Gets the function that was sampled. 
 | 
double | 
getSampleValue()
Gets the value that was sampled from the function. 
 | 
double | 
getSampleVariable()
Gets the Variable at which the function was sampled. 
 | 
public DoubleFunctionSampledEventArgs(DoubleFunctionDetails function, double sampleVariable, double sampleValue)
function - The function that was sampled.sampleVariable - The Variable at which the function was sampled.sampleValue - The value that was sampled from the function.public final DoubleFunctionDetails getFunction()
public final double getSampleVariable()
public final double getSampleValue()