#include <HxUpoRound.h>
Public Methods | |
HxUpoRound (HxTagList &) | |
Constructor : empty. More... | |
DstValT | doIt (const SrcValT &x) |
Actual operation : # return x.round() #. More... | |
Static Public Methods | |
HxString | className () |
The name : "round". More... |
|
Constructor : empty.
00025 {} |
|
Actual operation : # return x.round() #.
00029 { return x.round(); } |
|
The name : "round".
00033 { return HxString("round"); } |