z method
Gets the magnetic field strength along the z-axis @return Z-axis bfield strength
Implementation
double z() {
return vector[2];
}
Gets the magnetic field strength along the z-axis @return Z-axis bfield strength
double z() {
return vector[2];
}