#include <HxBpoMul.h>
Public Methods | |
| HxBpoMul (HxTagList &) | |
| Constructor : empty. More... | |
| DstValT | doIt (const Src1ValT &x, const Src2ValT &y) |
| Actual operation : # return x * y #. More... | |
Static Public Methods | |
| DstValT | neutralElement () |
| HxString | className () |
| The name : "mul". More... | |
|
||||||||||
|
Constructor : empty.
00025 {}
|
|
||||||||||||||||
|
Actual operation : # return x * y #.
00029 { return x * y; }
|
|
|||||||||
|
The name : "mul".
00036 { return HxString("mul"); }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001