getElementType static method

int getElementType(
  1. int type
)

Implementation

static int getElementType(int type)
{
    return type & 0x7F;
}