def SetLowerExtrapolation (   self,
  bound 
)

set the extrapolation permitted on the left edge of the original data set (lowest x value)

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

Definition at line 1236 of file C2Functions.py.

01236                                           :
01237         if not self.xInverted:
01238             self.SetLeftExtrapolation(bound)
01239         else:
01240             self.SetRightExtrapolation(bound)
01241 
    ##


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