def next(self):
     return int(LinearInterpolator.next(self))
 def currentValue(self):
     return int(LinearInterpolator.currentValue(self)) 
 def __init__(self, entry):
     LinearInterpolator.__init__(self, entry)