Prevede pole cisel do textoveho retezce, ktery zobrazujeme v listboxu s pozicemi agentu.
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate string ToListBox(
int[] ar
)
Private Function ToListBox (
ar As Integer()
) As String
private:
String^ ToListBox(
array<int>^ ar
)
private member ToListBox :
ar : int[] -> string
Parameters
- ar
- Type: SystemInt32
[Missing <param name="ar"/> documentation for "M:MAPFsimulator.Form1.ToListBox(System.Int32[])"]
Return Value
Type:
String[Missing <returns> documentation for "M:MAPFsimulator.Form1.ToListBox(System.Int32[])"]
See Also