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