M_ANGLE::Clear
Clear the angle value to zero.
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();
}