Checks if length of double value is GREATER than max.
bool isLengthGreaterThan(int max) => length > max;