Click or drag to resize

TimeIntervalFinderSampler Property

Gets or sets the sampler that controls the times at which the function is sampled while searching for satisfaction intervals. Consider using JulianDateFunctionSampling and GetFunctionSampler. If this property is , the function is sampled at fixed steps defined by the SamplingInterval property.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IJulianDateFunctionSampler Sampler { get; set; }

Property Value

Type: IJulianDateFunctionSampler
See Also