Click or drag to resize
GraphIsVertex Method
Vraci true, pokud se na souradnicich [x,y] nachazi platny vrchol, na ktery muze agent vstoupit. Cislujeme zleva doprava a shora dolu, tedy [0,0] se nachazi v levem hornim rohu.

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsVertex(
	int x,
	int y
)

Parameters

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:MAPFsimulator.Graph.IsVertex(System.Int32,System.Int32)"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:MAPFsimulator.Graph.IsVertex(System.Int32,System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:MAPFsimulator.Graph.IsVertex(System.Int32,System.Int32)"]

See Also