Vytvori novy vrchol se souradnicemi x,y.
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Vertex(
int x,
int y
)
Public Sub New (
x As Integer,
y As Integer
)
public:
Vertex(
int x,
int y
)
new :
x : int *
y : int -> Vertex
Parameters
- x
- Type: SystemInt32
[Missing <param name="x"/> documentation for "M:MAPFsimulator.Vertex.#ctor(System.Int32,System.Int32)"]
- y
- Type: SystemInt32
[Missing <param name="y"/> documentation for "M:MAPFsimulator.Vertex.#ctor(System.Int32,System.Int32)"]
See Also