M_LINE::Clear

Clear the straight line parameter to zero.

int Clear();

Parameters
None.

Return Value
Returns 0 when the expression is successfully converted.
Otherwise returns a non-zero value.

Description
Clear the straight line parameters to 0.

Example
    int Sample::MeasureProc(ProcUnit *ptrProcUnit)
    {

        // M_LINE   line1;          Measured data

        // Initialize data

        line1.Clear();

    }