Click or drag to resize

PeakFinder_select_by_property(Int32, IReadOnlyListDouble, IReadOnlyListDouble) Method

Selects integer values that lie inside the optional lower and upper bounds.

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected bool[] _select_by_property(
	int[] x,
	IReadOnlyList<double>? pmin = null,
	IReadOnlyList<double>? pmax = null
)

Parameters

x  Int32
The values to test.
pmin  IReadOnlyListDouble  (Optional)
The optional lower bounds.
pmax  IReadOnlyListDouble  (Optional)
The optional upper bounds.

Return Value

Boolean
A mask indicating which values satisfy the bounds.
See Also