M_ANGLE::Clear

Clear the angle value 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 angle value to 0

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

        // M_ANGLE   angle;         Measured data

        // Initialize data

        angle.Clear();

    }