#include <HxUpoLog10.h>
Public Types | |
typedef HxTagTransInVar | TransVarianceCategory |
Functor is translation invariant. More... | |
Public Methods | |
HxUpoLog10 (HxTagList &) | |
Constructor : empty. More... | |
DstValT | doIt (const SrcValT &x) |
Actual operation : # return x.log10() #. More... | |
Static Public Methods | |
HxString | className () |
The name : "log10". More... |
|
Functor is translation invariant.
|
|
Constructor : empty.
00029 {} |
|
Actual operation : # return x.log10() #.
00033 { return x.log10(); } |
|
The name : "log10".
00037 { return HxString("log10"); } |