OptimizerMultivariableFunctionDifferenceMethod Property  | 
 
            Gets or sets how the default numerically computed derivatives of this function should be computed.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
FiniteDifferenceMethod
See Also