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.2.419.0 (24.2.419.0)
Syntax public Duration SamplingInterval { get; set; }
Public Property SamplingInterval As Duration
Get
Set
public:
property Duration SamplingInterval {
Duration get ();
void set (Duration value);
}
member SamplingInterval : Duration with get, set
Property Value
Type:
DurationSee Also