set the extrapolation permitted on the right edge of the original data set (hightest x value)
Definition at line 1245 of file C2Functions.py. 01245 : 01246 if self.xInverted: 01247 self.SetLeftExtrapolation(bound) 01248 else: 01249 self.SetRightExtrapolation(bound) 01250 ##
|