RouteMetricsLateTimeCost Property |
The total late time cost. This is the total late time in minutes
multiplied by the
TotalLatenessWeight.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic double LateTimeCost { get; }
Public ReadOnly Property LateTimeCost As Double
Get
public:
property double LateTimeCost {
double get ();
}
member LateTimeCost : float with get
Property Value
Type:
Double
See Also