PeakFinder_select_by_property(Double, IReadOnlyListDouble, IReadOnlyListDouble) Method |
Selects floating-point values that lie inside the optional lower and upper bounds.
Namespace: Altaxo.Science.Spectroscopy.PeakSearchingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected bool[] _select_by_property(
double[] x,
IReadOnlyList<double>? pmin = null,
IReadOnlyList<double>? pmax = null
)
Parameters
- x Double
- The values to test.
- pmin IReadOnlyListDouble (Optional)
- The optional lower bounds.
- pmax IReadOnlyListDouble (Optional)
- The optional upper bounds.
Return Value
BooleanA mask indicating which values satisfy the bounds.
See Also