def SetUpperExtrapolation (   self,
  bound 
)

set the extrapolation permitted on the right edge of the original data set (hightest x value)

Parameters:
bound the bound to which the right edge of the data should be extrapolated

Definition at line 1245 of file C2Functions.py.

01245                                           :
01246         if self.xInverted:
01247             self.SetLeftExtrapolation(bound)
01248         else:
01249             self.SetRightExtrapolation(bound)
01250 
    ##


Generated on Wed Nov 21 10:18:32 2007 for analysis by  doxygen 1.5.4