Click or drag to resize

FourPointPeakEvaluationDataSource(FourPointPeakEvaluationDataSource) Constructor

Initializes a new instance of the FourPointPeakEvaluationDataSource class.

Namespace: Altaxo.Science.Signals
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public FourPointPeakEvaluationDataSource(
	FourPointPeakEvaluationDataSource from
)

Parameters

from  FourPointPeakEvaluationDataSource
Another instance to copy from.
See Also