Click or drag to resize

AnalysisRealFourierTransformationCommandsDetermineXIncrement Method

Determines the x-increment from the x-column associated with the specified y-column.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string? DetermineXIncrement(
	DataColumn yColumnToTransform,
	out double xIncrement
)

Parameters

yColumnToTransform  DataColumn
The y-column to be transformed.
xIncrement  Double
Receives the determined x-increment.

Return Value

String
An error message if the increment could not be determined exactly; otherwise, .
See Also