DayNormalizationGetValues Method |
Returns an array of the available DayNormalization values.
Namespace: DegreeDays.Api.RegressionsAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public static DayNormalization[] GetValues()
Public Shared Function GetValues As DayNormalization()
Return Value
DayNormalizationAn array of the available
DayNormalization
values.
Remarks
The returned array can be modified freely without affecting the
arrays returned by past, concurrent, or future calls to this method.
See Also