TargetedSegmentListDifferentialCorrectorDifferenceMethod 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: 23.2.417.0 (23.2.417.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