Template Function TRAP::Math::NotEqual(T, T, T)#
Function Documentation#
-
template<typename T>
constexpr bool TRAP::Math::NotEqual(T x, T y, T epsilon)# Perform a not-equal-to comparison of two values taking epsilon into account.
- Parameters:
x – Specifies the first value to be used in the comparison operation.
y – Specifies the second value to be used in the comparison operation.
epsilon –
- Returns:
Comparison result of x != y.