Click or drag to resize

OperationDirection Enumeration

The direction of the fourier transform.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum OperationDirection
Members
Member nameValueDescription
Forward1 Forward direction.
Inverse-1 Backward direction.
Backward-1 Backward direction. (equivalent to Inverse).
See Also