Click or drag to resize

ExpectedCorrelationGetValues Method

Returns an array of the available ExpectedCorrelation values.

Namespace: DegreeDays.Api.Regressions
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public static ExpectedCorrelation[] GetValues()

Return Value

ExpectedCorrelation
An array of the available ExpectedCorrelation 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