percentHigh property

double percentHigh

Implementation

double get percentHigh =>
    (((valueHigh.clamp(min, max)) - min) / ((max - min)));