|  | DoubleParameterizedDelegateGradient Property | 
            Gets and sets the delegate for the gradient with respect to the parameters.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic Action<DoubleVector, double, DoubleVector> Gradient { get; set; }Public Property Gradient As Action(Of DoubleVector, Double, DoubleVector)
	Get
	Set
public:
property Action<DoubleVector^, double, DoubleVector^>^ Gradient {
	Action<DoubleVector^, double, DoubleVector^>^ get ();
	void set (Action<DoubleVector^, double, DoubleVector^>^ value);
}member Gradient : Action<DoubleVector, float, DoubleVector> with get, set
Property Value
ActionDoubleVector, 
Double, 
DoubleVector See Also
See Also