isFloating method

bool isFloating()

Tests whether the precision model supports floating point @return true if the precision model supports floating point

Implementation

bool isFloating() {
  return modelType == FLOATING;
}