PaddingIntExtension extension

on

Methods

maxEqual(double value) double
If 'this' is less than the given value, the value 'this' is returned, but if not, the value 'value' is returned.
minEqual(double value) double
If 'this' is greater than the given value, the value 'this' is returned, but if not, the value 'value' is returned.