AverageDataSetMonthlyAverage Method |
Returns the non-null average value for the specified month
(e.g. pass 1 for the average value for the month of January).
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public DataValue MonthlyAverage(
int monthIndexWithJanAs1
)
Public Function MonthlyAverage (
monthIndexWithJanAs1 As Integer
) As DataValue
Parameters
- monthIndexWithJanAs1 Int32
- A number between 1 (for January) and 12 (for
December).
Return Value
DataValueThe non-null average value for the specified month.
Exceptions See Also