Class TimeWindowExtensions
Contains extension methods related to time windows.
Inheritance
System.Object
TimeWindowExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class TimeWindowExtensions
Methods
TotalMinDiff<T>(Tour, Single[][], TimeWindow[])
Calculates the total minimum diff.
Declaration
public static float TotalMinDiff<T>(this Tour tour, float[][] times, TimeWindow[] windows)where T : struct
Parameters
|
Tour
tour
|
|
System.Single[][]
times
|
|
TimeWindow[]
windows
|
Returns
|
System.Single
|
Type Parameters
|
T
|