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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
FiniteDifferenceMethodSee Also