 | OneVariableFunctionDifferentiator Property |
Gets and sets the differentiation method object associated with this function.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic IDifferentiator Differentiator { get; set; }
Public Property Differentiator As IDifferentiator
Get
Set
public:
property IDifferentiator^ Differentiator {
IDifferentiator^ get ();
void set (IDifferentiator^ value);
}
member Differentiator : IDifferentiator with get, set
Property Value
IDifferentiator
See Also