Click or drag to resize

RealFourierTransformation2DDataPretreatment Event

Registering point for data pretreatment actions. All actions that are registered here will be executed immediately before the Fourier transformation. The provided matrix is the matrix of the values to transform.

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public event Action<IMatrix<double>> DataPretreatment

Value

ActionIMatrixDouble
See Also