PeakFinderCombArray(Int32, Boolean) Method |
Applies a boolean mask to an integer property array.
Namespace: Altaxo.Science.Spectroscopy.PeakSearchingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected 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