Distributed Algorithm Simulator
Namespace: DistributedAlgorithmsAssembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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