public class JulianDateFunctionSampledEventArgs extends EventArgs
Constructor and Description |
---|
JulianDateFunctionSampledEventArgs(JulianDateFunctionDetails function,
JulianDate sampleDate,
double sampleValue)
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
JulianDateFunctionDetails |
getFunction()
Gets the function that was sampled.
|
JulianDate |
getSampleDate()
Gets the date at which the function was sampled.
|
double |
getSampleValue()
Gets the value that was sampled from the function.
|
public JulianDateFunctionSampledEventArgs(JulianDateFunctionDetails function, @Nonnull JulianDate sampleDate, double sampleValue)
function
- The function that was sampled.sampleDate
- The date at which the function was sampled.sampleValue
- The value that was sampled from the function.public final JulianDateFunctionDetails getFunction()
@Nonnull public final JulianDate getSampleDate()
public final double getSampleValue()