IsNegative


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

Return whether specified floating point value is negative or not with specified tolerance.

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