M_DIST::Clear

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

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

        // M_DIST   distance;               Measured data

        // Initialize data

        distance.Clear();

    }