DurationFunctionSamplingUseFunctionSamplingSuggestion Property |
Gets or sets a value indicating whether the sampling suggestion from the constraint should be used.
If
, the constraint's suggestion is ignored and the
DefaultStep is used.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool UseFunctionSamplingSuggestion { get; set; }
Public Property UseFunctionSamplingSuggestion As Boolean
Get
Set
public:
property bool UseFunctionSamplingSuggestion {
bool get ();
void set (bool value);
}
member UseFunctionSamplingSuggestion : bool with get, set
Property Value
Type:
BooleanSee Also