nw::ut::CloseAtTolerance::operator() Member Function

Syntax

bool operator()(
     ValueT lhs,
     ValueT rhs
) const;

Arguments

Name Description
in lhs Left-hand side.
in rhs Right-hand side.

Return Values

Returns true if the values of lhs and rhs are within the allowable range.

Description

Checks if values are within the allowable range.


CONFIDENTIAL