x method
Gets the magnetic field strength along the X-axis @return X-axis bfield strength
Implementation
double x() {
return vector[0];
}
Gets the magnetic field strength along the X-axis @return X-axis bfield strength
double x() {
return vector[0];
}