AnalysisRealFourierTransformationCommandsDetermineXIncrement Method |
Determines the x-increment from the x-column associated with the specified y-column.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
StringAn error message if the increment could not be determined exactly; otherwise,
.
See Also