Click or drag to resize

TimeIntervalFinderSamplingInterval Property

Gets or sets the independent variable sampling increment. If Sampler is null, this is the fixed step that is used to sample the entire interval. If Sampler is non-null, this property is ignored.

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

Property Value

Type: Duration
See Also