Abs


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

Return absolute value(modulus).

constexpr int Abs(const int value);
constexpr long long Abs(const long long value);
constexpr float Abs(const float value);
constexpr double Abs(const double value);
Namespace: nitisa
Include: Nitisa/Core/Math/Utils.h