Click or drag to resize

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.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public DataValue MonthlyAverage(
	int monthIndexWithJanAs1
)

Parameters

monthIndexWithJanAs1  Int32
A number between 1 (for January) and 12 (for December).

Return Value

DataValue
The non-null average value for the specified month.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionmonthIndexWithJanAs1 is less than 1 or greater than 12.
See Also