#include <HxUpoConjugate.h>
Public Methods | |
HxUpoConjugate (HxTagList &) | |
Constructor : empty. More... | |
DstValT | doIt (const SrcValT &x) |
Actual operation : # return x.conjugate() #. More... | |
Static Public Methods | |
HxString | className () |
The name : "conjugate". More... |
|
Constructor : empty.
00024 {} |
|
Actual operation : # return x.conjugate() #.
00028 { return x.conjugate(); } |
|
The name : "conjugate".
00032 { return HxString("conjugate"); } |