Gets and sets the array of partial derivatives for this.Function.
Namespace:
CenterSpace.NMath.AnalysisAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public NMathFunctions..::.GeneralizedDoubleVectorDoubleFunction[] PartialDerivatives { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property PartialDerivatives As NMathFunctions..::.GeneralizedDoubleVectorDoubleFunction() |
| Visual C++ |
|---|
public: property array<NMathFunctions..::.GeneralizedDoubleVectorDoubleFunction^>^ PartialDerivatives { array<NMathFunctions..::.GeneralizedDoubleVectorDoubleFunction^>^ get (); void set (array<NMathFunctions..::.GeneralizedDoubleVectorDoubleFunction^>^ value); } |