You are here: Symbol Reference > Monnit.Mine Namespace > Gateway Class > Gateway Methods > BatteryPercentageHelper Method > Gateway.BatteryPercentageHelper Method (double, double, double, double, double, double, double)
Gateway.BatteryPercentageHelper Method (double, double, double, double, double, double, double)
Gateway Class  Gateway Members  BatteryPercentageHelper Method  Send Feedback

Returns an estimated percent of remaining battery based on linear interpolation between defined percentage points

Syntax
C++
C#
Visual Basic
double BatteryPercentageHelper(double zero, double ten, double twentyFive, double fifty, double seventyFive, double oneHundred, double reportedVoltage);