Click or drag to resize

PeakFinderCombArray(Int32, Boolean) Method

Applies a boolean mask to an integer property array.

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void CombArray(
	ref int[]?? array,
	bool[] keep
)

Parameters

array  Int32
The array to filter.
keep  Boolean
The mask indicating which entries remain selected.
See Also