Click or drag to resize

PeakFinder_select_by_property(Int32, IReadOnlyListDouble, IReadOnlyListDouble) Method

[Missing <summary> documentation for "M:Altaxo.Science.Spectroscopy.PeakSearching.PeakFinder._select_by_property(System.Int32[],System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double})"]


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

Parameters

x  Int32

[Missing <param name="x"/> documentation for "M:Altaxo.Science.Spectroscopy.PeakSearching.PeakFinder._select_by_property(System.Int32[],System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double})"]

pmin  IReadOnlyListDouble  (Optional)

[Missing <param name="pmin"/> documentation for "M:Altaxo.Science.Spectroscopy.PeakSearching.PeakFinder._select_by_property(System.Int32[],System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double})"]

pmax  IReadOnlyListDouble  (Optional)

[Missing <param name="pmax"/> documentation for "M:Altaxo.Science.Spectroscopy.PeakSearching.PeakFinder._select_by_property(System.Int32[],System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double})"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Science.Spectroscopy.PeakSearching.PeakFinder._select_by_property(System.Int32[],System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double})"]

See Also