Click or drag to resize

SignalDirection Enumeration

Signal/filter direction.

Namespace:  MZpack.NT8.Algo
Assembly:  MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax
C#
public enum SignalDirection
Members
  Member nameValueDescription
None0 Signal has not been found.
Long1
Short2
Any3 Both directions (long and short) allowed. The resulting direction will be determined by the other signals/filters.
See Also