SolvableMultivariableFunctionDifferenceMethod Property |
Gets or sets how the default numerically computed derivative of this function should be computed.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public FiniteDifferenceMethod DifferenceMethod { get; protected set; }
Public Property DifferenceMethod As FiniteDifferenceMethod
Get
Protected Set
public:
property FiniteDifferenceMethod DifferenceMethod {
FiniteDifferenceMethod get ();
protected: void set (FiniteDifferenceMethod value);
}
member DifferenceMethod : FiniteDifferenceMethod with get, set
Property Value
Type:
FiniteDifferenceMethodSee Also