Template Function librapid::signBit(const T&)#

Function Documentation#

template<typename T>
bool librapid::signBit(const T &val) noexcept#

Extract the sign bit from a value

Template Parameters

T – The type of the value

Parameters

val – The value to extract the sign bit from

Returns

The sign bit of the value