Click or drag to resize

DoubleFunctionalDelegate Properties

The DoubleFunctionalDelegate type exposes the following members.

Properties
 NameDescription
Public propertyCentralDifferenceDelta Sets the delta for using the central difference method for approximating the Jacobian. The Jacobian will be approximated only if the deriving class does not override the Jacobian method.
(Inherited from DoubleMultiVariableFunction)
Public propertyFunction Gets and sets the delegate used to evaluate the functional.
Public propertyGradientFunction Gets and sets the delegate used to evaluate the gradient.
Public propertyXDimension Gets and sets the dimension of the function domain.
(Inherited from DoubleMultiVariableFunction)
Public propertyYDimension Gets and sets the dimension of the function range.
(Inherited from DoubleMultiVariableFunction)
Top
See Also