DoubleFunctionSamplingTrendingStep 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 double TrendingStep { get; set; }
Public Property TrendingStep As Double
Get
Set
public:
property double TrendingStep {
double get ();
void set (double value);
}
member TrendingStep : float with get, set
Property Value
Type:
DoubleSee Also