| JulianDateFunctionExplorerReportExtremaAtEndpoints Property  | 
 
            Gets or sets a value indicating whether extrema should be reported at the start and stop times
            given to 
Explore(JulianDate, JulianDate) 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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: 
Boolean See Also
See Also