getMag method

int getMag(
  1. int index
)

Implementation

int getMag(int index) {
  return mag[index];
}