Method | Description | |
---|---|---|
GetAverageDifferencePerDayBetweenActualValues ( System.DateTime date ) : decimal | ||
GetEnumerator ( ) : IEnumerator |
||
GetFirstDate ( ) : System.DateTime | ||
GetLastDate ( ) : System.DateTime | ||
GetNextValuePoint ( System.DateTime date ) : |
||
GetNumberOfDaysBetweenDates ( System.DateTime first, System.DateTime second ) : int | ||
GetPreviousValuePoint ( System.DateTime date ) : |
||
GetValue ( System.DateTime date ) : |
||
GetValuePoints ( ) : CarbonFitness.BusinessLogic.UnitHistory.ValuePoint[] | ||
Line ( ) : System | ||
Line ( decimal>.Dictionary |
||
Line ( int id, decimal>.Dictionary |
||
Line ( int id, decimal>.Dictionary |
Method | Description | |
---|---|---|
GetCalculatedValuePoint ( System.DateTime date ) : |
||
GetNumberOfDaysFromPreviousValue ( System.DateTime date ) : int | ||
IEnumerable ( ) : IEnumerator | ||
getActualValuePoint ( System.DateTime date ) : |
||
getIndexForValuePoint ( System.DateTime date ) : int | ||
getValuePointWithIndex ( System.DateTime date, |
public GetAverageDifferencePerDayBetweenActualValues ( System.DateTime date ) : decimal | ||
date | System.DateTime | |
return | decimal |
public GetNextValuePoint ( System.DateTime date ) : |
||
date | System.DateTime | |
return |
public GetNumberOfDaysBetweenDates ( System.DateTime first, System.DateTime second ) : int | ||
first | System.DateTime | |
second | System.DateTime | |
return | int |
public GetPreviousValuePoint ( System.DateTime date ) : |
||
date | System.DateTime | |
return |
public GetValue ( System.DateTime date ) : |
||
date | System.DateTime | |
return |
public GetValuePoints ( ) : CarbonFitness.BusinessLogic.UnitHistory.ValuePoint[] | ||
return | CarbonFitness.BusinessLogic.UnitHistory.ValuePoint[] |
public Line ( decimal>.Dictionary |
||
values | decimal>.Dictionary | |
return | System |
public Line ( int id, decimal>.Dictionary |
||
id | int | |
values | decimal>.Dictionary | |
return | System |
public Line ( int id, decimal>.Dictionary |
||
id | int | |
values | decimal>.Dictionary | |
title | string | |
return | System |