Greater


Check whether the first argument is greater than the second one. Uses relative comparison of float values.

You can find more information in comments below.

template<class TYPE, class FLOAT>
bool Greater(const TYPE a, const TYPE b, const FLOAT relative_tolerance); // Check whether the first argument is greater than the second one. Uses relative comparison of float values
template<class TYPE>
bool Greater(const TYPE a, const TYPE b, const TYPE relative_tolerance); // Check whether the first argument is greater than the second one. Uses relative comparison of float values
Namespace: ntl
Include: NTL/Core/Utils.h