 | PeakFinderSavitzkyGolayRootFindingTolerance Property |
Gets\Sets the root finders error tolerance. Default is 0.00001;
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double RootFindingTolerance { get; set; }
Public Property RootFindingTolerance As Double
Get
Set
public:
property double RootFindingTolerance {
double get ();
void set (double value);
}
member RootFindingTolerance : float with get, set
Property Value
Double
See Also