Return -1 if value is negative, 1 if positive and 0 if equals to zero.
template<class Type> constexpr int Sign(const Type value);