TrendLineCoefficients
TrendLineCoefficients (Get method)
Get trend line ratios for writing them into an array.
double& TrendLineCoefficients()Return Value
Trend line ratios.
TrendLineCoefficients (Set method)
Set trend line ratios for writing then into an array.
void TrendLineCoefficients(
double& coefficients[] // array for writing ratios
)Parameters
- coefficients[]
[out] Array for writing ratios.
Last updated on