Click or drag to resize

SolvableMultivariableFunctionDifferenceMethod Property

Gets or sets how the default numerically computed derivative of this function should be computed.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public FiniteDifferenceMethod DifferenceMethod { get; protected set; }

Property Value

Type: FiniteDifferenceMethod
See Also