IsNotZero


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

Return whether specified floating point value is not zero with specified tolerance.

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