Click or drag to resize

OperationDirection Enumeration

Specifies the direction of a Fourier transformation.

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