highBitsToMedium static method

int highBitsToMedium(
  1. int value
)

Implementation

static int highBitsToMedium(int value) => value >> 12;