 | PeakFinderSavitzkyGolayAbscissaInterval Property |
Gets\Sets the abscissa interval for the data. This is used to
scale the derivatives to the correct units.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double AbscissaInterval { get; set; }
Public Property AbscissaInterval As Double
Get
Set
public:
property double AbscissaInterval {
double get ();
void set (double value);
}
member AbscissaInterval : float with get, set
Property Value
Double
See Also