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