TargetedSegmentListParameterOptimizerDifferenceMethod Property  | 
 
            Gets or sets the difference method used to compute the derivative of the function.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic FiniteDifferenceMethod DifferenceMethod { get; set; }Public Property DifferenceMethod As FiniteDifferenceMethod
	Get
	Set
public:
property FiniteDifferenceMethod DifferenceMethod {
	FiniteDifferenceMethod get ();
	void set (FiniteDifferenceMethod value);
}member DifferenceMethod : FiniteDifferenceMethod with get, set
Property Value
Type: 
FiniteDifferenceMethod
See Also