Click or drag to resize
XDL

XGraphDijkstra Method

다이엑스트라(Dijkstra) 알고리즘을 실행한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 2.0.3.31
Syntax
C#
public bool Dijkstra(
	int nS
)

Parameters

nS
Type: SystemInt32
시작 마디.

Return Value

Type: Boolean
시작 마디가 그래프의 마디 갯수 안에서 유효하면 true를 반환, 그렇지 않으면 false를 반환
See Also