Method | Description | |
---|---|---|
Collapse ( this |
||
GetDataPoints ( this |
||
GetQuantity ( this |
||
TryToMakeTasksComply ( this |
||
WillBreachMaxLevel ( this |
||
WillBreachMinLevel ( this |
||
WillStayWithinRange ( this |
Method | Description | |
---|---|---|
CalcQuantityDifference ( double>.KeyValuePair |
||
FindMoveToTime ( double>.IEnumerable |
||
FindOutOfRangePoint ( double>.IEnumerable |
||
GetMaxAllowedStartTime ( ITask task, Collection |
public static Collapse ( this |
||
taskCollection | this |
|
return | IList |
public static GetDataPoints ( this |
||
taskCollection | this |
|
initialLevel | double | |
return | double>>.IEnumerable |
public static GetQuantity ( this |
||
taskCollection | this |
|
date | System.DateTime | |
return | double |
public static TryToMakeTasksComply ( this |
||
taskCollection | this |
|
minLevel | double | |
maxLevel | double | |
initialValue | double | |
return | IEnumerable |
public static WillBreachMaxLevel ( this |
||
taskCollection | this |
|
maxLevel | double | |
initialValue | double | |
return | bool |
public static WillBreachMinLevel ( this |
||
taskCollection | this |
|
minLevel | double | |
initialValue | double | |
return | bool |
public static WillStayWithinRange ( this |
||
taskCollection | this |
|
minLevel | double | |
maxLevel | double | |
initialValue | double | |
return | bool |