Click or drag to resize

DurationFunctionSampledEventArgs Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DurationFunctionSampledEventArgs(
	DurationFunctionDetails function,
	Duration sampleDuration,
	double sampleValue
)

Parameters

function
Type: AGI.Foundation.NumericalMethodsDurationFunctionDetails
The function that was sampled.
sampleDuration
Type: AGI.Foundation.TimeDuration
The duration at which the function was sampled.
sampleValue
Type: SystemDouble
The value that was sampled from the function.
See Also