DoubleFunctionExtremumIndicatedExtremumType Property |
Gets a value indicating whether the extremum is a minimum or maximum.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic ExtremumType ExtremumType { get; }
Public ReadOnly Property ExtremumType As ExtremumType
Get
public:
property ExtremumType ExtremumType {
ExtremumType get ();
}
member ExtremumType : ExtremumType with get
Property Value
Type:
ExtremumType
See Also