IsGreaterOrEqual


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

Check whether first specified floating point value is greater or equal to second one with specified tolerance.

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