Click or drag to resize

SolvableMultivariableFunction.DifferenceMethod 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: 25.1.421.0 (25.1.421.0)
Syntax
public FiniteDifferenceMethod DifferenceMethod { get; protected set; }

Property Value

Type: FiniteDifferenceMethod
See Also