Click or drag to resize

PredictorTypeGetValues Method

Returns an array of the available PredictorType values.

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

Return Value

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