Click or drag to resize

NodeIsOppositeDirections Method

True if direction a is opposite to direction b, and a, b are both determined.

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 static bool IsOppositeDirections(
	SignalDirection a,
	SignalDirection b
)

Parameters

a
Type: MZpack.NT8.AlgoSignalDirection
b
Type: MZpack.NT8.AlgoSignalDirection

Return Value

Type: Boolean
See Also