isIntegerPrecision method

bool isIntegerPrecision()

Implementation

bool isIntegerPrecision() {
  return scaleFactor == 1.0;
}