numerix_doc 0.4
|
#include <rounded.hpp>
Definition at line 174 of file rounded.hpp.
static C rounded_as | ( | ) | [inline, static] |
Definition at line 210 of file rounded.hpp.
{
return helper<Op,C>::op ();
};
static C rounded_as | ( | const X1 & | x1, |
const X2 & | x2 | ||
) | [inline, static] |
Definition at line 220 of file rounded.hpp.
{
return helper<Op,C>::op (x1, x2);
};
static C rounded_as | ( | const X1 & | x1 | ) | [inline, static] |
Definition at line 215 of file rounded.hpp.
{
return helper<Op,C>::op (x1);
};