DurationFunctionSampling.TrendingStep 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Duration
See Also