getCurrentValue method

double getCurrentValue()

Get the current @return current value

Implementation

double getCurrentValue() {
  return _mCurrentState.position;
}