DoubleFunctionExplorerReportExtremaAtEndpoints Property |
Gets or sets a value indicating whether extrema should be reported at the start and stop times
given to
Explore(Double, Double) when the function is not flat
at those endpoints. By default, this property has the value
.
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 ReportExtremaAtEndpoints { get; set; }
Public Property ReportExtremaAtEndpoints As Boolean
Get
Set
public:
property bool ReportExtremaAtEndpoints {
bool get ();
void set (bool value);
}
member ReportExtremaAtEndpoints : bool with get, set
Property Value
Type:
BooleanSee Also