IsGreater


This function has been removed in release 10.0.0. Use ntl::IsGreater function instead.

Check whether first specified floating point value is greater then second one with specified tolerance.

constexpr bool IsGreater(const float a, const float b, const float tolerance = Tolerance);
constexpr bool IsGreater(const double a, const double b, const double tolerance = dTolerance);
Namespace: nitisa
Include: Nitisa/Core/Math/Utils.h