ReservationGetSafeInt Method |
Vraci delku bezpecneho intervalu agenta agentID v case - tedy kolik ma casu, nez do vrcholu prijede nekdo dalsi.
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int GetSafeInt(
int agentID,
int time
)
Public Function GetSafeInt (
agentID As Integer,
time As Integer
) As Integer
public:
int GetSafeInt(
int agentID,
int time
)
member GetSafeInt :
agentID : int *
time : int -> int
Parameters
- agentID
- Type: SystemInt32
[Missing <param name="agentID"/> documentation for "M:MAPFsimulator.Reservation.GetSafeInt(System.Int32,System.Int32)"]
- time
- Type: SystemInt32
[Missing <param name="time"/> documentation for "M:MAPFsimulator.Reservation.GetSafeInt(System.Int32,System.Int32)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:MAPFsimulator.Reservation.GetSafeInt(System.Int32,System.Int32)"]
See Also