1D Linear Evaluation

Performs a linear evaluation of the input array X. Details

X consists of the input array.
scale is the multiplicative constant.
offset is the additive constant.
Y[i] = X[i] * a + b is the output array.
error returns any error or warning condition from the VI.

1D Linear Evaluation Details

The output array

Y[i] = X[i]*a + b

is given by

Y=aX + b

where a is the multiplicative scale constant and b is the additive constant offset.