using System; using GP = Science.Physics.GeneralPhysics; namespace ScienceTest.PhysicsTest.GeneralPhysicsTest { /// /// EarthTest /// public class ElectronTest { public ElectronTest() { } private string result; public string Result { get{return result;} } public void Compute() { GP.Electron e = new GP.Electron(); result += e.MassINMeVPERcSQUARE.ToString()+" "+ e.Charge.ToString(); } } } // 0.510999 -1.6E-19