nw::ut::FloatEqualsWeak Function
template <typename ValueT>
bool FloatEqualsWeak(
ValueT lhs,
ValueT rhs
);
| Name | Description | |
|---|---|---|
| in | lhs | Left-hand side. |
| in | rhs |
Right-hand side. |
true if values are determined to be equal. Near equality comparison that accounts for error when using floating point number types.
CONFIDENTIAL