Click or drag to resize

JulianDateFunctionSampledEventArgs Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public JulianDateFunctionSampledEventArgs(
	JulianDateFunctionDetails function,
	JulianDate sampleDate,
	double sampleValue
)

Parameters

function
Type: AGI.Foundation.NumericalMethods.JulianDateFunctionDetails
The function that was sampled.
sampleDate
Type: AGI.Foundation.Time.JulianDate
The date at which the function was sampled.
sampleValue
Type: System.Double
The value that was sampled from the function.
See Also