y method

double y()

Gets the magnetic field strength along the y-axis @return Y-axis bfield strength

Implementation

double y() {
  return vector[1];
}