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