PlanGetNth Method (Int32) |
Vrati n-ty vrchol planu. Pro n > pocet vrcholu v planu vraci posledni (cilovy) vrchol.
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Vertex GetNth(
int n
)
Public Function GetNth (
n As Integer
) As Vertex
public:
Vertex GetNth(
int n
)
member GetNth :
n : int -> Vertex
Parameters
- n
- Type: SystemInt32
[Missing <param name="n"/> documentation for "M:MAPFsimulator.Plan.GetNth(System.Int32)"]
Return Value
Type:
Vertex[Missing <returns> documentation for "M:MAPFsimulator.Plan.GetNth(System.Int32)"]
See Also