Click or drag to resize

TimeIntervalFinder.Sampler 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 null, 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: 25.1.421.0 (25.1.421.0)
Syntax
public IJulianDateFunctionSampler Sampler { get; set; }

Property Value

Type: IJulianDateFunctionSampler
See Also