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