isNumber method

bool isNumber(
  1. int typeCode
)

Implementation

bool isNumber(int typeCode) {
  return typeCode == NUMBER;
}