IsNotBetween


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

Return whether specified floating point value is not between specified limits with specified tolerance.

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