x method

double x()

Gets the magnetic field strength along the X-axis @return X-axis bfield strength

Implementation

double x() {
  return vector[0];
}