SaturnRingLibrary
0.9
SGL wrapper
Loading...
Searching...
No Matches
◆
Abs()
template<typename ValueType >
static constexpr ValueType SRL::Math::Abs
(
const ValueType &
value
)
static
constexpr
Get absolute value.
Works with any type that supports comparison operators.
Template Parameters
ValueType
Type of the value
Parameters
value
Numeric value
Returns
Absolute value
SRL
Math