Click or drag to resize

FourPointStepEvaluationDataSource(FourPointStepEvaluationDataSource) Constructor

Initializes a new instance of the FourPointStepEvaluationDataSource class.

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

Parameters

from  FourPointStepEvaluationDataSource
Another instance to copy from.
See Also