Метод | Описание | |
---|---|---|
Collapse ( this |
||
GetDataPoints ( this |
||
GetQuantity ( this |
||
TryToMakeTasksComply ( this |
||
WillBreachMaxLevel ( this |
||
WillBreachMinLevel ( this |
||
WillStayWithinRange ( this |
Метод | Описание | |
---|---|---|
CalcQuantityDifference ( double>.KeyValuePair |
||
FindMoveToTime ( double>.IEnumerable |
||
FindOutOfRangePoint ( double>.IEnumerable |
||
GetMaxAllowedStartTime ( ITask task, Collection |
public static Collapse ( this |
||
taskCollection | this |
|
Результат | IList |
public static GetDataPoints ( this |
||
taskCollection | this |
|
initialLevel | double | |
Результат | double>>.IEnumerable |
public static GetQuantity ( this |
||
taskCollection | this |
|
date | System.DateTime | |
Результат | double |
public static TryToMakeTasksComply ( this |
||
taskCollection | this |
|
minLevel | double | |
maxLevel | double | |
initialValue | double | |
Результат | IEnumerable |
public static WillBreachMaxLevel ( this |
||
taskCollection | this |
|
maxLevel | double | |
initialValue | double | |
Результат | bool |
public static WillBreachMinLevel ( this |
||
taskCollection | this |
|
minLevel | double | |
initialValue | double | |
Результат | bool |
public static WillStayWithinRange ( this |
||
taskCollection | this |
|
minLevel | double | |
maxLevel | double | |
initialValue | double | |
Результат | bool |