using System; using GP = Science.Physics.GeneralPhysics; namespace ScienceTest.PhysicsTest.GeneralPhysicsTest { /// /// WeightTest /// public class WeightTest { public WeightTest() { } private string result; public string Result { get{return result;} } public void Compute() { GP.Mass m = new GP.Mass(); m.kg = 3.0; GP.Weight w = new GP.Weight(m); result += w.ToString(); } } } //0 +/- 0 i +0 +/- 0 j -29.4 +/- 0 k (N)