Function Dune::XT::Common::signum¶ template<typename T>int Dune::XT::Common::signum(T val)¶ :returns: : -1 iff val < 0 0 iff val == 0 1 iff val > 0