DurationFunctionSamplingTrendingStep Property |
Gets or sets the size of a trending step that will be taken at the beginning and end
of each interval of consideration.
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 TrendingStep { get; set; }
Public Property TrendingStep As Duration
Get
Set
public:
property Duration TrendingStep {
Duration get ();
void set (Duration value);
}
member TrendingStep : Duration with get, set
Property Value
Type:
DurationSee Also