ExecutionCurrentSpeed Method |
Vraci aktualni rychlost, se kterou se agent i pohybuje ve svem planu p.
Pro min/max robusnost se meni, pro ostatni je 1.
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected virtual double CurrentSpeed(
int i,
Plan p
)
Protected Overridable Function CurrentSpeed (
i As Integer,
p As Plan
) As Double
protected:
virtual double CurrentSpeed(
int i,
Plan^ p
)
abstract CurrentSpeed :
i : int *
p : Plan -> float
override CurrentSpeed :
i : int *
p : Plan -> float
Parameters
- i
- Type: SystemInt32
[Missing <param name="i"/> documentation for "M:MAPFsimulator.Execution.CurrentSpeed(System.Int32,MAPFsimulator.Plan)"]
- p
- Type: MAPFsimulatorPlan
[Missing <param name="p"/> documentation for "M:MAPFsimulator.Execution.CurrentSpeed(System.Int32,MAPFsimulator.Plan)"]
Return Value
Type:
Double[Missing <returns> documentation for "M:MAPFsimulator.Execution.CurrentSpeed(System.Int32,MAPFsimulator.Plan)"]
See Also