set the extrapolation permitted on the left edge of the original data set (lowest x value)
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 ##
|