NumericallyComputedMultivariableFunctionDerivativeResultsDifferenceMethod Property  | 
 
            Gets which difference method was used to compute these results.
            
 
    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; }Public ReadOnly Property DifferenceMethod As FiniteDifferenceMethod
	Get
public:
property FiniteDifferenceMethod DifferenceMethod {
	FiniteDifferenceMethod get ();
}member DifferenceMethod : FiniteDifferenceMethod with get
Property Value
Type: 
FiniteDifferenceMethod
See Also