isMenksoftANG static method

bool isMenksoftANG(
  1. int currentChar
)

Implementation

static bool isMenksoftANG(int currentChar) {
  return (currentChar >= ANG_START && currentChar <= ANG_END);
}