Click or drag to resize

FourierCommandsConvolution(AltaxoDocument, IWorksheetController) Method

Performs convolution on the selected columns of the worksheet and returns an error message if any.

Namespace: Altaxo.Worksheet.Commands.Analysis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string? Convolution(
	AltaxoDocument mainDocument,
	IWorksheetController dg
)

Parameters

mainDocument  AltaxoDocument
The main document.
dg  IWorksheetController
The worksheet controller.

Return Value

String
Null if successful, otherwise an error message.
See Also