AverageDataSetBuilderSetMonthlyAverage Method |
Sets the average value for the specified month (January having index
1).
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public AverageDataSetBuilder SetMonthlyAverage(
int monthIndexWithJanAs1,
DataValue monthlyAverage
)
Public Function SetMonthlyAverage (
monthIndexWithJanAs1 As Integer,
monthlyAverage As DataValue
) As AverageDataSetBuilder
Parameters
- monthIndexWithJanAs1 Int32
- A number between 1 (for January) and 12
(for December).
- monthlyAverage DataValue
- The monthly-average value to set.
Return Value
AverageDataSetBuilderthis, for method chaining.
Exceptions See Also