percentLow property

double percentLow

Implementation

double get percentLow => (((valueLow.clamp(min, max)) - min) / ((max - min)));