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..::.GeneralizedDoubleUnaryFunction[] PartialDerivatives { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property PartialDerivatives As NMathFunctions..::.GeneralizedDoubleUnaryFunction() |
| Visual C++ |
|---|
public: property array<NMathFunctions..::.GeneralizedDoubleUnaryFunction^>^ PartialDerivatives { array<NMathFunctions..::.GeneralizedDoubleUnaryFunction^>^ get (); void set (array<NMathFunctions..::.GeneralizedDoubleUnaryFunction^>^ value); } |