Python operator to return a function self *right.
Reimplemented in InterpolatingFunction. Definition at line 282 of file C2Functions.py. 00282 : 00283 "a*b returns a new C2Function which represents the product" 00284 return C2Product(self, right) ##
|