y method
Gets the magnetic field strength along the y-axis @return Y-axis bfield strength
Implementation
double y() {
return vector[1];
}
Gets the magnetic field strength along the y-axis @return Y-axis bfield strength
double y() {
return vector[1];
}