z method

double z()

Gets the magnetic field strength along the z-axis @return Z-axis bfield strength

Implementation

double z() {
  return vector[2];
}