floorAtMaxPower property

int floorAtMaxPower

Implementation

int get floorAtMaxPower => (numToDec(coefficientAtMaxPower) * numToDec(math.pow(10, maxPower)))
    .floor()
    .toDouble()
    .toInt();