using System; using GP = Science.Physics.GeneralPhysics; namespace ScienceTest.PhysicsTest.GeneralPhysicsTest { /// /// EarthTest /// public class EarthTest { public EarthTest() { } private string result; public string Result { get{return result;} } public void Compute() { result += GP.Earth.Mass.ToString() + " " + GP.Earth.Radius.ToString() + " "; } } } // 5.98E+24 6378100