PeakFinder_arg_wlen_as_expected Method |
Ensure argument `wlen` is of type `np.intp` and larger than 1. Used in `peak_prominences` and `peak_widths`
Namespace: Altaxo.Science.Spectroscopy.PeakSearchingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected int _arg_wlen_as_expected(
double? value
)
Parameters
- value NullableDouble
- The value.
Return Value
Int32The original `value` rounded up to an integer or -1 if `value` was null.
See Also