Click or drag to resize
UniqueKNode Constructor
Distributed Algorithm Simulator
Initializes a new instance of the UniqueKNode class.

Namespace: DistributedAlgorithms
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public UniqueKNode(
	int lid,
	int cw,
	int ccw
)

Parameters

lid
Type: SystemInt32
Link ID.
cw
Type: SystemInt32
Clockwise neighbor ID.
ccw
Type: SystemInt32
Counter-clockwise neighbor ID.
See Also