public class DoubleThresholdCrossingFoundEventArgs extends EventArgs
Constructor and Description |
---|
DoubleThresholdCrossingFoundEventArgs(DoubleFunctionThresholdCrossingFound finding)
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
DoubleFunctionThresholdCrossingFound |
getFinding()
Gets the finding indicated by this event.
|
public DoubleThresholdCrossingFoundEventArgs(DoubleFunctionThresholdCrossingFound finding)
finding
- The finding indicated by this event.public final DoubleFunctionThresholdCrossingFound getFinding()